mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-08 04:41:31 +00:00
multiqueue: Don't leak pads in the named pads unit test
This commit is contained in:
parent
151b7264e8
commit
b44d555865
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ GST_START_TEST (test_request_pads_named)
|
|||
GST_LOG ("Cleaning up");
|
||||
gst_object_unref (sink1);
|
||||
gst_object_unref (sink2);
|
||||
gst_object_unref (sink3);
|
||||
gst_object_unref (sink4);
|
||||
gst_object_unref (mq);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue