From: Guillaume Desmottes Date: Mon, 23 Mar 2015 12:36:45 +0000 (+0100) Subject: call gst_deinit() when we are done X-Git-Tag: 1.19.3~491^2~1323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5456ddbae0865f9ecd715eaa92ae93e4e50830ec;p=platform%2Fupstream%2Fgstreamer.git call gst_deinit() when we are done More valgrind friendly. --- diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index de80920..62bff26 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -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);