<p>In <a href="https://github.com/geany/geany-plugins/pull/284#discussion_r39929941">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);
</pre>
<p>here too</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#r39929941">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ0ubKEqEdJyOX-aWxE94LJZjetMoks5ozq2WgaJpZM4F-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#r39929941"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>