3
0
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:
James Prestwood 2019-09-16 13:18:36 -07:00 committed by Denis Kenzior
parent f06fdde5b1
commit 09d336dbdd

View File

@ -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;