mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-29 18:30:11 +01:00
dhcp: fix g_error_free() called with a bad argument
This commit is contained in:
parent
00695f1939
commit
01d0d37615
1 changed files with 1 additions and 1 deletions
|
|
@ -120,7 +120,7 @@ shared_connection_init (void)
|
|||
g_printerr ("Error: could not get the system bus. Make sure "
|
||||
"the message bus daemon is running! Message: %s\n",
|
||||
error->message);
|
||||
g_error_free (&error);
|
||||
g_error_free (error);
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue