mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
fix a minor memory leak found by weasel
svn:r3484
This commit is contained in:
@@ -695,6 +695,7 @@ dirserv_dump_directory_to_string(char **dir_out,
|
||||
published, recommended_versions, running_routers, router_status,
|
||||
identity_pkey);
|
||||
|
||||
smartlist_free(recommended_versions);
|
||||
tor_free(running_routers);
|
||||
tor_free(router_status);
|
||||
tor_free(identity_pkey);
|
||||
|
||||
Reference in New Issue
Block a user