dcb: fix memory leak

This commit is contained in:
Dan Williams 2014-03-19 14:42:51 -05:00
parent 5233e6b913
commit 95d199e04b

View file

@ -321,6 +321,7 @@ run_helper (char **argv, guint which, gpointer user_data, GError **error)
"Failed to run '%s'", cmdline);
success = FALSE;
}
g_free (outmsg);
g_free (errmsg);
g_free (cmdline);