gtkcssselector: Fix build

destroy vs. free strikes again
This commit is contained in:
Jasper St. Pierre 2012-12-06 17:48:11 -05:00
parent 736ccb6ce1
commit 34318b9163

View File

@ -1991,7 +1991,7 @@ subdivide_infos (GByteArray *array, GList *infos, gint32 parent_offset)
g_list_free (matched);
g_list_free (remaining);
g_hash_table_free (ht);
g_hash_table_unref (ht);
return tree_offset;
}