mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
camerabin: fix element leak in test
https://bugzilla.gnome.org/show_bug.cgi?id=766663
This commit is contained in:
parent
a68534d094
commit
9694e7e820
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue