From ef1a99d4d86c2d5734d55d371116fbd34aac107c Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 18 Apr 2016 17:39:02 +0300 Subject: [PATCH] gst-play: call gst_deinit() So we can use gst-play to track memory leaks. https://bugzilla.gnome.org/show_bug.cgi?id=765216 --- tools/gst-play.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/gst-play.c b/tools/gst-play.c index 6a70f0e..4204d55 100644 --- a/tools/gst-play.c +++ b/tools/gst-play.c @@ -1289,5 +1289,6 @@ main (int argc, char **argv) g_free (video_sink); g_print ("\n"); + gst_deinit (); return 0; } -- 2.7.4