diff options
author | Sebastian Rasmussen <sebras@hotmail.com> | 2014-07-06 11:27:36 +0200 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2014-07-10 22:26:43 +0100 |
commit | c541e56b0cdf8a07258de71f69b3e55d28a677b1 (patch) | |
tree | f51898a92adfa8d0834798676e41420d89a6d23e /tests | |
parent | 5cd0261f771053d642bf3a271f38a21e17347430 (diff) |
tests: fix pipeline leak in videocrop test
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=732976
Diffstat (limited to 'tests')
-rw-r--r-- | tests/icles/videocrop-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/icles/videocrop-test.c b/tests/icles/videocrop-test.c index d95e9e4a7..081fa60f9 100644 --- a/tests/icles/videocrop-test.c +++ b/tests/icles/videocrop-test.c @@ -127,6 +127,7 @@ test_with_caps (GstElement * src, GstElement * videocrop, GstCaps * caps) g_timer_destroy (timer); gst_object_unref (bus); gst_object_unref (pad); + gst_object_unref (pipeline); } /* return a list of caps where we only need to set |