mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 14:06:21 +00:00
Free GList in wins_get_plugin
This commit is contained in:
@@ -212,6 +212,7 @@ wins_get_plugin(const char *const tag)
|
|||||||
if (window->type == WIN_PLUGIN) {
|
if (window->type == WIN_PLUGIN) {
|
||||||
ProfPluginWin *pluginwin = (ProfPluginWin*)window;
|
ProfPluginWin *pluginwin = (ProfPluginWin*)window;
|
||||||
if (g_strcmp0(pluginwin->tag, tag) == 0) {
|
if (g_strcmp0(pluginwin->tag, tag) == 0) {
|
||||||
|
g_list_free(values);
|
||||||
return pluginwin;
|
return pluginwin;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user