free the GErrror

This commit is contained in:
Dana Jansens 2003-10-25 19:14:30 +00:00
parent 91de569e69
commit 938915b8e5

View file

@ -311,6 +311,7 @@ gint main(gint argc, gchar **argv)
} else {
g_warning("failed to execute '%s': %s", restart_path,
err->message);
g_error_free(err);
}
}