mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 20:42:30 +00:00
[483/906] glelements: do not leak parent when using gst_pad_get_parent
This commit is contained in:
parent
7c79cc5c41
commit
96cce45c38
1 changed files with 2 additions and 0 deletions
|
@ -202,6 +202,8 @@ gst_gl_filter_src_query (GstPad * pad, GstQuery * query)
|
|||
break;
|
||||
}
|
||||
|
||||
gst_object_unref (parent);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue