aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/or/dirserv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c
index cddc2e3a7..e54e71c7a 100644
--- a/src/or/dirserv.c
+++ b/src/or/dirserv.c
@@ -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);