diff options
-rw-r--r-- | src/or/routerlist.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 0184f2c1dc..54801b5e96 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -693,6 +693,7 @@ void routerinfo_free(routerinfo_t *router) tor_free(router->address); tor_free(router->nickname); tor_free(router->platform); + tor_free(router->contact_info); if (router->onion_pkey) crypto_free_pk_env(router->onion_pkey); if (router->identity_pkey) |