mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 13:21:28 +00:00
mpg123: Fix leaks from not chaining up in the finalize function
This commit is contained in:
parent
d24e774074
commit
07c5c2f561
1 changed files with 1 additions and 0 deletions
|
@ -212,6 +212,7 @@ gst_mpg123_audio_dec_finalize (GObject * object)
|
||||||
mpg123_delete (mpg123_decoder->handle);
|
mpg123_delete (mpg123_decoder->handle);
|
||||||
mpg123_decoder->handle = NULL;
|
mpg123_decoder->handle = NULL;
|
||||||
}
|
}
|
||||||
|
G_OBJECT_CLASS (gst_mpg123_audio_dec_parent_class)->finalize (object);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue