mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-04 04:00:17 +01:00
merge: branch 'leak'
supplicant: fix a memory leak https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1289
This commit is contained in:
commit
cadb4fddd2
1 changed files with 1 additions and 0 deletions
|
|
@ -1249,6 +1249,7 @@ parse_capabilities(NMSupplicantInterface *self, GVariant *capabilities)
|
|||
break;
|
||||
}
|
||||
}
|
||||
g_free(array);
|
||||
}
|
||||
|
||||
priv->iface_capabilities = NM_SUPPL_CAP_MASK_SET(priv->iface_capabilities,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue