mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
omxvideodec: Fix CodecState leak
This commit is contained in:
parent
054cea0617
commit
4bc3b6e567
1 changed files with 1 additions and 0 deletions
|
@ -1239,6 +1239,7 @@ gst_omx_video_dec_reconfigure_output_port (GstOMXVideoDec * self)
|
||||||
goto no_egl;
|
goto no_egl;
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
|
gst_video_codec_state_unref (state);
|
||||||
GST_VIDEO_DECODER_STREAM_UNLOCK (self);
|
GST_VIDEO_DECODER_STREAM_UNLOCK (self);
|
||||||
goto no_egl;
|
goto no_egl;
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue