<p>In <a href="https://github.com/geany/geany-plugins/pull/284#discussion_r39913865">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>I assume the fix is this?</p>
<p>GeanyDocument *doc = document_find_by_id(container->document_id);</p>
<pre><code>if (doc != NULL && priv->enable_bookmarklist)
{
ScintillaObject *sci = doc->editor->sci;
</code></pre>
<p>// etc.</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#r39913865">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ57sCS9oUAExmTdkG75UAxT8Cau-ks5ozKrTgaJpZM4F-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#r39913865"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>