Embarassing fault which destroyed the entire glib context
This commit is contained in:
parent
55808f9ef4
commit
e3e35c2df3
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user