mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
omx: fix hacks leak on class init
This commit is contained in:
parent
bd50715ef2
commit
9adf0ff829
1 changed files with 1 additions and 0 deletions
|
@ -2618,6 +2618,7 @@ _class_init (gpointer g_class, gpointer data)
|
|||
#endif
|
||||
|
||||
class_data->hacks = gst_omx_parse_hacks (hacks);
|
||||
g_strfreev (hacks);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue