[Github-comments] [geany] Proxy plugins (#629)

Thomas Martitz notifications at xxxxx
Fri Oct 2 21:08:18 UTC 2015


> +			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)

Which other place?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/629/files#r41067827
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151002/bfcb5e9f/attachment.html>


More information about the Github-comments mailing list