mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-28 06:13:31 +01:00
missing smartlist_free in new consdiff test
This commit is contained in:
parent
afe1af7de6
commit
b7dd3518b9
@ -622,6 +622,8 @@ test_consdiff_gen_ed_diff(void *arg)
|
|||||||
tt_str_eq_line(".", smartlist_get(diff, 5));
|
tt_str_eq_line(".", smartlist_get(diff, 5));
|
||||||
tt_str_eq_line("2d", smartlist_get(diff, 6));
|
tt_str_eq_line("2d", smartlist_get(diff, 6));
|
||||||
|
|
||||||
|
smartlist_free(diff);
|
||||||
|
|
||||||
smartlist_clear(cons1);
|
smartlist_clear(cons1);
|
||||||
smartlist_clear(cons2);
|
smartlist_clear(cons2);
|
||||||
consensus_split_lines(cons1, "B\n", area);
|
consensus_split_lines(cons1, "B\n", area);
|
||||||
|
Loading…
Reference in New Issue
Block a user