diff --git a/src/or/routerlist.c b/src/or/routerlist.c index 4d66c0e759..b41c6d4f49 100644 --- a/src/or/routerlist.c +++ b/src/or/routerlist.c @@ -298,6 +298,7 @@ router_rebuild_store(int force) tor_free(sd->signed_descriptor_body); // sets it to null } offset += sd->signed_descriptor_len; + signed_descriptor_get_body(sd); }); } smartlist_free(old_routers);