commit af21d126e6b138c6f986f02c33c8c38d9bcd537f parent 1547fd99a68cb22410ed0842267fb0a1f1de925f Author: teor <teor@torproject.org> Date: Mon, 18 Mar 2019 11:30:37 +1000 Merge branch 'bug29706_035_minimal_merge' into bug29706_040_minimal_merge Comment merge. Diffstat:
| M | src/test/test_shared_random.c | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/src/test/test_shared_random.c b/src/test/test_shared_random.c @@ -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));