mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 12:23:32 +01:00
Fix memory leak in ntor test
This commit is contained in:
parent
79fdfd5231
commit
4ae555face
@ -106,6 +106,7 @@ server1(int argc, char **argv)
|
|||||||
done:
|
done:
|
||||||
tor_free(keys);
|
tor_free(keys);
|
||||||
tor_free(hexkeys);
|
tor_free(hexkeys);
|
||||||
|
dimap_free(keymap, NULL);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user