structure-parser: Add missig chain up code

This commit is contained in:
Seungha Yang 2019-01-12 21:51:36 +09:00 committed by Thibault Saunier
parent e939cfebaf
commit 580f45dddb

View file

@ -39,6 +39,8 @@ _finalize (GObject * self)
g_list_free_full (parser->structures, (GDestroyNotify) gst_structure_free);
g_list_free_full (parser->wrong_strings, (GDestroyNotify) g_free);
G_OBJECT_CLASS (ges_structure_parser_parent_class)->finalize (self);
}
static void