Skip to content
Snippets Groups Projects
Commit de5ab1ef authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Merge remote-tracking branch 'tor-github/pr/802' into maint-0.4.0

parents b4483edc af21d126
No related branches found
No related tags found
No related merge requests found
......@@ -606,7 +606,9 @@ test_encoding(void *arg)
static void
test_sr_setup_srv(int also_current)
{
/* Clear both SRVs before starting. */
/* Clear both SRVs before starting.
* In 0.3.5 and earlier, sr_state_set_previous_srv() and
* sr_state_set_current_srv() do not free() the old srvs. */
sr_state_clean_srvs();
sr_srv_t *srv = tor_malloc_zero(sizeof(sr_srv_t));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment