mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
tests: remove extra unref in test_setup_non_existing_stream
The unref is not needed anymore, teardown runs without it. https://bugzilla.gnome.org/show_bug.cgi?id=696542
This commit is contained in:
parent
75221ac8e3
commit
d728d59a00
1 changed files with 0 additions and 5 deletions
|
@ -670,11 +670,6 @@ GST_START_TEST (test_setup_non_existing_stream)
|
|||
gst_rtsp_connection_free (conn);
|
||||
stop_server ();
|
||||
iterate ();
|
||||
|
||||
/* need to unref the server here, otherwise threads will remain
|
||||
* and teardown won't be run */
|
||||
g_object_unref (server);
|
||||
server = NULL;
|
||||
}
|
||||
|
||||
GST_END_TEST;
|
||||
|
|
Loading…
Reference in a new issue