mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 23:36:38 +00:00
tools: don't leak the GMainLoop
This commit is contained in:
parent
8dc70c76b4
commit
b40c0b875c
1 changed files with 1 additions and 0 deletions
|
@ -483,6 +483,7 @@ main (int argc, char **argv)
|
||||||
|
|
||||||
gst_discoverer_stop (dc);
|
gst_discoverer_stop (dc);
|
||||||
g_free (ps);
|
g_free (ps);
|
||||||
|
g_main_loop_unref (ml);
|
||||||
}
|
}
|
||||||
g_object_unref (dc);
|
g_object_unref (dc);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue