mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-26 02:19:26 +01:00
knownnetworks: free file_path in get_uuid
This commit is contained in:
parent
f06fdde5b1
commit
09d336dbdd
@ -258,6 +258,7 @@ const uint8_t *network_info_get_uuid(struct network_info *info)
|
||||
info->connected_time);
|
||||
l_uuid_v5(nsid, to_hash, strlen(to_hash), info->uuid);
|
||||
l_free(to_hash);
|
||||
l_free(file_path);
|
||||
|
||||
info->has_uuid = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user