mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 18:22:09 +01:00
freeing is not the same as setting to null
svn:r6219
This commit is contained in:
parent
442c054a71
commit
ad236d4b8b
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user