<p>In <a href="https://github.com/geany/geany-plugins/pull/284#discussion_r39929943">addons/src/ao_bookmarklist.c</a>:</p>
<pre style='color:#555'>> @@ -417,6 +428,26 @@ void ao_bookmark_list_update(AoBookmarkList *bm, GeanyDocument *doc)
> line_nr++;
> }
> }
> +
> + g_free(container);
> + priv->refresh_idle_source_id = 0;
> + return FALSE;
> +}
> +
> +
> +void ao_bookmark_list_update(AoBookmarkList *bm, GeanyDocument *doc)
> +{
> + AoBookmarkListPrivate *priv = AO_BOOKMARK_LIST_GET_PRIVATE(bm);
> + if (priv->refresh_idle_source_id == 0)
> + {
> + AoBookmarkListRefreshContainer *container = g_new0(AoBookmarkListRefreshContainer, 1);
</pre>
<p>and here</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#r39929943">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ5GGLMhMi8gtjIU0HAQAI-Tk5WbKks5ozq2bgaJpZM4F-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#r39929943"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>