dispatcher: fix (harmless) memory leak (bgo #585714)

This commit is contained in:
Dan Williams 2009-12-24 15:55:59 -06:00
parent f012d06531
commit 0762b2c77b

View file

@ -751,6 +751,7 @@ main (int argc, char **argv)
if (!g_option_context_parse (opt_ctx, &argc, &argv, &error)) {
g_warning ("%s\n", error->message);
g_error_free (error);
g_free (d);
return 1;
}