mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
videodec: clear the right variable
This commit is contained in:
parent
99103be50c
commit
c7cfb66467
1 changed files with 1 additions and 1 deletions
|
@ -812,7 +812,7 @@ gst_video_decoder_finalize (GObject * object)
|
||||||
|
|
||||||
if (decoder->priv->allocator) {
|
if (decoder->priv->allocator) {
|
||||||
gst_allocator_unref (decoder->priv->allocator);
|
gst_allocator_unref (decoder->priv->allocator);
|
||||||
decoder->priv->pool = NULL;
|
decoder->priv->allocator = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||||
|
|
Loading…
Reference in a new issue