call gst_deinit() when we are done
More valgrind friendly.
This commit is contained in:
parent
a35614d108
commit
5456ddbae0
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user