merge: branch 'leak'
supplicant: fix a memory leak https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1289
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user