mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-25 14:10:08 +01:00
core: fix possible leak in error path
This commit is contained in:
parent
9d077444a9
commit
ffb808f4c4
1 changed files with 1 additions and 0 deletions
|
|
@ -400,6 +400,7 @@ nm_auth_uid_in_acl (NMConnection *connection,
|
|||
uid,
|
||||
local && local->message ? local->message : "unknown");
|
||||
}
|
||||
g_clear_error (&local);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue