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
@ -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…
x
Reference in New Issue
Block a user