summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLubomir Rintel <lkundrak@v3.sk>2018-04-26 22:48:35 +0200
committerLubomir Rintel <lkundrak@v3.sk>2018-05-02 14:55:01 +0200
commit2244352583100166efe655f6fccba86039c8daab (patch)
tree166703a63f5eb86de36d4320ac67c130fb014449
parentb3880b314255cdb5b9d6d2f777b3a1ede7c36067 (diff)
downloadNetworkManager-2244352583100166efe655f6fccba86039c8daab.tar.gz
auth-manager: use the correct function to deallocate a GError
This one ruins the party.
-rw-r--r--src/nm-auth-manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-auth-manager.c b/src/nm-auth-manager.c
index 199a2e403c..09a217ea11 100644
--- a/src/nm-auth-manager.c
+++ b/src/nm-auth-manager.c
@@ -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;