mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 09:41:07 +00:00
fix leak
Original commit message from CVS: fix leak
This commit is contained in:
parent
4999836f48
commit
c2491a1e2d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue