Plug a bunch of leaks.

This commit is contained in:
Carlos Garnacho
2010-08-20 01:16:40 +02:00
parent 91904f6778
commit 0ce649e965
7 changed files with 175 additions and 120 deletions

View File

@ -102,6 +102,9 @@ gtk_widget_path_free (GtkWidgetPath *path)
if (elem->regions)
g_hash_table_destroy (elem->regions);
if (elem->classes)
g_array_free (elem->classes, TRUE);
}
g_array_free (path->elems, TRUE);