mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 21:51:09 +00:00
call gst_deinit() when we are done
More valgrind friendly.
This commit is contained in:
parent
a35614d108
commit
5456ddbae0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue