1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-26 12:56:37 +02:00

trigger: fix memory leak in hook_line trigger callback

This commit is contained in:
Sébastien Helleu
2018-08-15 09:33:25 +02:00
parent bb8ac59c32
commit aff752c50b
+3
View File
@@ -892,6 +892,9 @@ trigger_callback_line_cb (const void *pointer, void *data,
}
end:
if (tags)
weechat_string_free_split (tags);
TRIGGER_CALLBACK_CB_END(hashtable);
}