mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 05:00:36 +01:00
supplicant: fix leak updating BSS properties
This commit is contained in:
parent
fd5e8c2f05
commit
1cd17ac896
1 changed files with 1 additions and 0 deletions
|
|
@ -415,6 +415,7 @@ iface_get_props_cb (DBusGProxy *proxy, DBusGProxyCall *call_id, gpointer user_da
|
|||
DBUS_TYPE_G_MAP_OF_VARIANT, &props,
|
||||
G_TYPE_INVALID)) {
|
||||
wpas_iface_properties_changed (NULL, props, info->interface);
|
||||
g_hash_table_destroy (props);
|
||||
} else {
|
||||
nm_log_warn (LOGD_SUPPLICANT, "could not get interface properties: %s.",
|
||||
error && error->message ? error->message : "(unknown)");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue