mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Free GList in wins_get_plugin
This commit is contained in:
parent
355adb117c
commit
958dc6b184
@ -212,6 +212,7 @@ wins_get_plugin(const char *const tag)
|
||||
if (window->type == WIN_PLUGIN) {
|
||||
ProfPluginWin *pluginwin = (ProfPluginWin*)window;
|
||||
if (g_strcmp0(pluginwin->tag, tag) == 0) {
|
||||
g_list_free(values);
|
||||
return pluginwin;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user