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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user