mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
deinterlace: fix reference leak
This commit is contained in:
parent
89a24bd36f
commit
baacc9952a
1 changed files with 2 additions and 0 deletions
|
@ -1376,6 +1376,8 @@ gst_deinterlace_getcaps (GstPad * pad)
|
|||
|
||||
GST_DEBUG_OBJECT (pad, "Returning caps %" GST_PTR_FORMAT, ret);
|
||||
|
||||
gst_object_unref (self);
|
||||
|
||||
return ret;
|
||||
|
||||
error:
|
||||
|
|
Loading…
Reference in a new issue