freeing is not the same as setting to null

svn:r6219
This commit is contained in:
Roger Dingledine 2006-03-22 00:03:51 +00:00
parent 442c054a71
commit ad236d4b8b

View File

@ -4036,6 +4036,7 @@ or_state_validate(or_state_t *old_state, or_state_t *state, int from_setconf)
"Enabling workaround to choose working entry guards.",
state->TorVersion);
config_free_lines(state->EntryGuards);
state->EntryGuards = NULL;
}
}
}