mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02: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
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ void window_destroy(WINDOW_REC *window)
|
|||
while (window->bound_items != NULL)
|
||||
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->theme_name);
|
||||
g_free_not_null(window->name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue