mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
fixed small hilight memory leak
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1404 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d9008ae249
commit
002960765f
@ -124,6 +124,7 @@ void window_destroy(WINDOW_REC *window)
|
|||||||
while (window->bound_items != NULL)
|
while (window->bound_items != NULL)
|
||||||
window_bind_destroy(window, window->bound_items->data);
|
window_bind_destroy(window, window->bound_items->data);
|
||||||
|
|
||||||
|
g_free_not_null(window->hilight_color);
|
||||||
g_free_not_null(window->servertag);
|
g_free_not_null(window->servertag);
|
||||||
g_free_not_null(window->theme_name);
|
g_free_not_null(window->theme_name);
|
||||||
g_free_not_null(window->name);
|
g_free_not_null(window->name);
|
||||||
|
Loading…
Reference in New Issue
Block a user