summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2016-05-19 12:36:42 +0300
committerSebastian Dröge <sebastian@centricular.com>2016-06-21 10:52:47 +0300
commit9694e7e820ca880f5c291ad7ca67bbb0b66e05c0 (patch)
treefc8a5c608784979e64ed3dc8fed9da728454d651
parenta68534d09449773165e756348ae5fc0c214c588c (diff)
camerabin: fix element leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=766663
-rw-r--r--tests/check/elements/camerabin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check/elements/camerabin.c b/tests/check/elements/camerabin.c
index f5b30ba98..f6d7c7cdf 100644
--- a/tests/check/elements/camerabin.c
+++ b/tests/check/elements/camerabin.c
@@ -1872,6 +1872,7 @@ GST_START_TEST (test_image_location_switching)
g_free (filenames[i]);
}
g_signal_handler_disconnect (src, notify_id);
+ gst_object_unref (src);
}
GST_END_TEST;