mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
gst-play: call gst_deinit()
So we can use gst-play to track memory leaks. https://bugzilla.gnome.org/show_bug.cgi?id=765216
This commit is contained in:
parent
de60d195c0
commit
ef1a99d4d8
1 changed files with 1 additions and 0 deletions
|
@ -1289,5 +1289,6 @@ main (int argc, char **argv)
|
||||||
g_free (video_sink);
|
g_free (video_sink);
|
||||||
|
|
||||||
g_print ("\n");
|
g_print ("\n");
|
||||||
|
gst_deinit ();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue