gst-play: call gst_deinit()
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>
Mon, 18 Apr 2016 14:39:02 +0000 (17:39 +0300)
committerNicolas Dufresne <nicolas.dufresne@collabora.com>
Mon, 18 Apr 2016 15:36:39 +0000 (11:36 -0400)
So we can use gst-play to track memory leaks.

https://bugzilla.gnome.org/show_bug.cgi?id=765216

tools/gst-play.c

index 6a70f0e..4204d55 100644 (file)
@@ -1289,5 +1289,6 @@ main (int argc, char **argv)
   g_free (video_sink);
 
   g_print ("\n");
+  gst_deinit ();
   return 0;
 }