<p>In <a href="https://github.com/geany/geany-plugins/pull/284#discussion_r39893968">addons/src/ao_bookmarklist.c</a>:</p>
<pre style='color:#555'>>      AoBookmarkListPrivate *priv = AO_BOOKMARK_LIST_GET_PRIVATE(bm);
> +  GeanyDocument *doc = document_find_by_id(container->document_id);
> +  ScintillaObject *sci = doc->editor->sci;
</pre>
<p>logic error: you dereference <code>doc</code> here, but check whether it's NULL on the next line.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany-plugins/pull/284/files#r39893968">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJxvPAHvS3F4z-rdmKurJWmYmkk-zks5ozGKegaJpZM4F-upi.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany-plugins/pull/284/files#r39893968"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>