device-monitor: Deinitialize GStreamer before exiting
Nice to have when using the leak tracer. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8670>
This commit is contained in:
parent
13c0f44dd5
commit
5bd36c694c
@ -412,6 +412,7 @@ real_main (int argc, char **argv)
|
||||
g_main_loop_unref (app.loop);
|
||||
g_timer_destroy (timer);
|
||||
|
||||
gst_deinit ();
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user