tracerrecord: fix missing GObject vtable chainups
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8452>
This commit is contained in:
parent
ac1fb2464a
commit
238ef923aa
@ -137,6 +137,8 @@ gst_tracer_record_dispose (GObject * object)
|
||||
}
|
||||
g_free (self->format);
|
||||
self->format = NULL;
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user