mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
tools: Deinit Gst before exiting
This commit is contained in:
parent
d75359b096
commit
54149e5eb5
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ main (int argc, gchar ** argv)
|
|||
ret = ges_launcher_get_exit_status (launcher);
|
||||
|
||||
g_object_unref (launcher);
|
||||
gst_deinit ();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue