tint2conf: Sort icon themes in list

This commit is contained in:
o9000
2016-02-28 13:06:50 +01:00
parent 46e386a6f8
commit c4d1614cc3
3 changed files with 47 additions and 22 deletions

View File

@@ -279,6 +279,8 @@ void free_icon_theme(IconTheme *theme)
return;
free(theme->name);
theme->name = NULL;
free(theme->description);
theme->description = NULL;
for (GSList *l_inherits = theme->list_inherits; l_inherits; l_inherits = l_inherits->next) {
free(l_inherits->data);
}