fakesink: fix pipeline leak in test

https://bugzilla.gnome.org/show_bug.cgi?id=765903
This commit is contained in:
Guillaume Desmottes 2016-05-02 08:29:00 +02:00 committed by Sebastian Dröge
parent 1e297d7423
commit 1064bdb06e

View file

@ -1071,6 +1071,8 @@ GST_START_TEST (test_last_message_notify)
fail_unless_equals_int (counter1, NUM_BUFFERS); fail_unless_equals_int (counter1, NUM_BUFFERS);
fail_unless_equals_int (counter2, NUM_BUFFERS); fail_unless_equals_int (counter2, NUM_BUFFERS);
gst_object_unref (pipe);
} }
GST_END_TEST; GST_END_TEST;