summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Dröge <sebastian.droege@collabora.co.uk>2010-12-19 11:10:29 +0100
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2010-12-19 11:10:29 +0100
commitc6d6548e2e15bbb9bf5e5fcc06b41c685899ec25 (patch)
tree2b9afc05073b6cab488fff32cf8de874a74347e1
parent826aa139d90769ba7722ac7d866086050524d5c7 (diff)
gnlcomposition: Fix memory leak in the unit test
-rw-r--r--tests/check/gnl/gnlcomposition.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/gnl/gnlcomposition.c b/tests/check/gnl/gnlcomposition.c
index 9ecb52a..0630078 100644
--- a/tests/check/gnl/gnlcomposition.c
+++ b/tests/check/gnl/gnlcomposition.c
@@ -235,6 +235,7 @@ GST_START_TEST (test_remove_invalid_object)
fail_unless (gst_bin_remove (composition, source1));
gst_object_unref (composition);
+ gst_object_unref (source2);
}
GST_END_TEST;