Fix memory leak in icon themes (possibly related to issue #650)
This commit is contained in:
parent
297e2a13a2
commit
e042bc3a17
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ void cleanup_panel()
|
|||
cleanup_freespace(p);
|
||||
}
|
||||
|
||||
free_icon_themes();
|
||||
|
||||
free(panel_items_order);
|
||||
panel_items_order = NULL;
|
||||
free(panel_window_name);
|
||||
|
|
Loading…
Reference in a new issue