mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-24 09:34:25 +00:00
fix caps leak in both cases
Original commit message from CVS: fix caps leak in both cases
This commit is contained in:
parent
351230b554
commit
7d8c811095
1 changed files with 1 additions and 0 deletions
|
@ -1384,6 +1384,7 @@ gst_pad_link_check_compatible_unlocked (GstPad * src, GstPad * sink)
|
|||
gst_caps_unref (icaps);
|
||||
return FALSE;
|
||||
}
|
||||
gst_caps_unref (icaps);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue