tools: don't leak the GMainLoop

This commit is contained in:
Edward Hervey 2011-01-06 08:46:42 +01:00
parent 8dc70c76b4
commit b40c0b875c

View file

@ -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);