call gst_deinit() when we are done

More valgrind friendly.
This commit is contained in:
Guillaume Desmottes 2015-03-23 13:36:45 +01:00
parent a35614d108
commit 5456ddbae0

View file

@ -624,6 +624,7 @@ exit:
#ifdef G_OS_UNIX
g_source_remove (signal_watch_id);
#endif
gst_deinit ();
g_print ("\n=======> Test %s (Return value: %i)\n\n",
ret == 0 ? "PASSED" : "FAILED", ret);