<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r41067827">src/plugins.c</a>:</p>
<pre style='color:#555'>> + plugin_free((Plugin *) item->data);
> + }
> + item = next;
> + }
> +}
> +
> +
> +/* Returns true if the removal was successful (=> never for non-proxies) */
> +static gboolean unregister_proxy(Plugin *proxy)
> +{
> + gboolean is_proxy = FALSE;
> + GList *node;
> +
> + /* Remove the proxy from the proxy list first. It might appear more than once (once
> + * for each extension), but if it doesn't appear at all it's not actually a proxy */
> + foreach_list_safe(node, active_proxies.head)
</pre>
<p>Which other place?</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/pull/629/files#r41067827">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7Le_e7e_IKziaUpnnSfq1__r_vlks5o3unCgaJpZM4Fy7fG.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/pull/629/files#r41067827"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>