diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gst-discoverer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gst-discoverer.c b/tools/gst-discoverer.c index 2182c0f0c..6a18f407b 100644 --- a/tools/gst-discoverer.c +++ b/tools/gst-discoverer.c @@ -483,6 +483,7 @@ main (int argc, char **argv) gst_discoverer_stop (dc); g_free (ps); + g_main_loop_unref (ml); } g_object_unref (dc); |