omx: fix hacks leak on class init

This commit is contained in:
Nicolas Huet 2015-11-10 10:42:35 +01:00 committed by Tim-Philipp Müller
parent bd50715ef2
commit 9adf0ff829

View file

@ -2618,6 +2618,7 @@ _class_init (gpointer g_class, gpointer data)
#endif
class_data->hacks = gst_omx_parse_hacks (hacks);
g_strfreev (hacks);
}
}