Loading src/or/circuitbuild.c +2 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,8 @@ circuit_build_times_parse_state(circuit_build_times_t *cbt, "Too many build times in state file. " "Stopping short before %d", loaded_cnt+count); SMARTLIST_FOREACH(args, char*, cp, tor_free(cp)); smartlist_free(args); break; } Loading Loading
src/or/circuitbuild.c +2 −0 Original line number Diff line number Diff line Loading @@ -454,6 +454,8 @@ circuit_build_times_parse_state(circuit_build_times_t *cbt, "Too many build times in state file. " "Stopping short before %d", loaded_cnt+count); SMARTLIST_FOREACH(args, char*, cp, tor_free(cp)); smartlist_free(args); break; } Loading