From 2244352583100166efe655f6fccba86039c8daab Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 26 Apr 2018 22:48:35 +0200 Subject: [PATCH] auth-manager: use the correct function to deallocate a GError This one ruins the party. --- src/nm-auth-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;