free the GErrror
This commit is contained in:
parent
91de569e69
commit
938915b8e5
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue