mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-04-17 18:30:40 +02:00
dispatcher: fix (harmless) memory leak (bgo #585714)
This commit is contained in:
parent
f012d06531
commit
0762b2c77b
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue