From: Guillaume Desmottes Date: Mon, 2 May 2016 06:29:00 +0000 (+0200) Subject: fakesink: fix pipeline leak in test X-Git-Tag: 1.10.4~273 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1064bdb06e013a61bf58807e84cb750c7e4fb62f;p=platform%2Fupstream%2Fgstreamer.git fakesink: fix pipeline leak in test https://bugzilla.gnome.org/show_bug.cgi?id=765903 --- diff --git a/tests/check/elements/fakesink.c b/tests/check/elements/fakesink.c index d82189c..0f811b1 100644 --- a/tests/check/elements/fakesink.c +++ b/tests/check/elements/fakesink.c @@ -1071,6 +1071,8 @@ GST_START_TEST (test_last_message_notify) fail_unless_equals_int (counter1, NUM_BUFFERS); fail_unless_equals_int (counter2, NUM_BUFFERS); + + gst_object_unref (pipe); } GST_END_TEST;