mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
qa-monitor: chain gst_qa_monitor_finalize to parent's finalize
It was chaining to the parent's dispose.
This commit is contained in:
parent
3a13d59a1d
commit
6e19324584
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ gst_qa_monitor_finalize (GObject * object)
|
|||
{
|
||||
gst_qa_reporter_set_name (GST_QA_REPORTER (object), NULL);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->dispose (object);
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue