qtmoovrecover: Free various props during cleanup
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8648>
This commit is contained in:
parent
b808153d15
commit
e3818d0e1b
@ -157,6 +157,12 @@ gst_qt_moov_recover_init (GstQTMoovRecover * qtmr)
|
||||
static void
|
||||
gst_qt_moov_recover_finalize (GObject * object)
|
||||
{
|
||||
GstQTMoovRecover *qtmr = GST_QT_MOOV_RECOVER_CAST (object);
|
||||
|
||||
g_free (qtmr->broken_input);
|
||||
g_free (qtmr->recovery_input);
|
||||
g_free (qtmr->fixed_output);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user