mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 09:55:36 +00:00
streamheader: Fix caps leak in the vorbisenc unit test
This commit is contained in:
parent
24840dbdcf
commit
2d691f140b
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