mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 23:06:49 +00:00
streamheader: Fix caps leak in the vorbisenc unit test
This commit is contained in:
parent
cc6e70e8ec
commit
11ad341d35
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,8 @@ buffer_probe_cb (GstPad * pad, GstBuffer * buffer)
|
|||
}
|
||||
fail_unless (found, "Did not find incoming IN_CAPS buffer %p on caps",
|
||||
buffer);
|
||||
|
||||
gst_caps_unref (caps);
|
||||
}
|
||||
|
||||
return TRUE;
|
||||
|
|
Loading…
Reference in a new issue