Embarassing fault which destroyed the entire glib context

master
Markus Koch 2016-08-29 16:54:58 +02:00
parent 55808f9ef4
commit e3e35c2df3
1 changed files with 0 additions and 2 deletions

View File

@ -102,9 +102,7 @@ static void kona_image_finalize(GObject *self) {
// Free dynamic meta fields
g_free(ki->meta.image_url);
g_free(ki->meta.preview_url);
g_list_free(ki->meta.tags);
g_list_free_full(ki->meta.tags, g_free);
G_OBJECT_CLASS (kona_image_parent_class)->finalize (self);
}