manager: fix auth-subject cleanup

Fixes: bac7a2821f
This commit is contained in:
Beniamino Galvani 2018-04-19 11:52:19 +02:00
parent 236edfc908
commit 8cbce0e18f

View file

@ -4263,7 +4263,7 @@ validate_activation_request (NMManager *self,
{
NMDevice *device = NULL;
gboolean is_vpn = FALSE;
gs_free NMAuthSubject *subject = NULL;
gs_unref_object NMAuthSubject *subject = NULL;
nm_assert (NM_IS_CONNECTION (connection));
nm_assert (out_device);