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:
David Svensson Fors 2013-03-20 12:33:54 +01:00 committed by Tim-Philipp Müller
parent 75221ac8e3
commit d728d59a00

View file

@ -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;