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
1 changed files with 1 additions and 0 deletions

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;