mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
structure-parser: Add missig chain up code
This commit is contained in:
parent
e939cfebaf
commit
580f45dddb
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue