mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
fakesink: fix pipeline leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=765903
This commit is contained in:
parent
1e297d7423
commit
1064bdb06e
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue