mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-02 15:50:13 +01:00
auth-manager: use the correct function to deallocate a GError
This one ruins the party.
This commit is contained in:
parent
b3880b3142
commit
2244352583
1 changed files with 1 additions and 1 deletions
|
|
@ -498,7 +498,7 @@ _dbus_new_proxy_cb (GObject *source_object,
|
|||
{
|
||||
NMAuthManager *self;
|
||||
NMAuthManagerPrivate *priv;
|
||||
gs_free GError *error = NULL;
|
||||
gs_free_error GError *error = NULL;
|
||||
GDBusProxy *proxy;
|
||||
NMAuthManagerCallId *call_id;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue