<p>In <a href="https://github.com/geany/geany/pull/629#discussion_r41068879">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><a href="https://github.com/geany/geany/pull/629/files#diff-315e8720481183cf75b604b969f170d6R892">https://github.com/geany/geany/pull/629/files#diff-315e8720481183cf75b604b969f170d6R892</a></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#r41068879">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ-MnwYNAeHoB0n3Sg0OFsMEEo_ZZks5o3uwrgaJpZM4Fy7fG.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#r41068879"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>