mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 07:16:55 +00:00
mpegtsparse: fix leak in src_pad_query
This commit is contained in:
parent
71076cad54
commit
c9ae67fac9
1 changed files with 1 additions and 1 deletions
|
@ -1278,7 +1278,7 @@ mpegts_parse_src_pad_query (GstPad * pad, GstQuery * query)
|
|||
default:
|
||||
res = gst_pad_query_default (pad, query);
|
||||
}
|
||||
|
||||
gst_object_unref (parse);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue