Original commit message from CVS:
fix leak
This commit is contained in:
Thomas Vander Stichele 2006-07-03 11:10:43 +00:00
parent 4999836f48
commit c2491a1e2d

View file

@ -480,6 +480,8 @@ GST_START_TEST (test_add_self)
fail_unless (bin != NULL, "Could not create bin");
ASSERT_WARNING (gst_bin_add (GST_BIN (bin), bin));
gst_object_unref (bin);
}
GST_END_TEST;