multiqueue: Don't leak pads in the named pads unit test

This commit is contained in:
Sebastian Dröge 2011-04-14 09:07:25 +02:00
parent 151b7264e8
commit b44d555865

View file

@ -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);
}