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

Fix memory leak in function gui_buffer_set_highlight_words_list

This commit is contained in:
Sebastien Helleu
2010-09-27 16:35:14 +02:00
parent 4a97ea68f5
commit c3be323a73
+2
View File
@@ -965,6 +965,8 @@ gui_buffer_set_highlight_words_list (struct t_gui_buffer *buffer,
}
gui_buffer_set_highlight_words (buffer, words);
free (words);
}
/*