auth-manager: use the correct function to deallocate a GError

This one ruins the party.
This commit is contained in:
Lubomir Rintel 2018-04-26 22:48:35 +02:00
parent b3880b3142
commit 2244352583

View file

@ -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;