diff options
author | David Goulet <dgoulet@torproject.org> | 2019-08-26 14:35:27 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-08-26 14:35:27 -0400 |
commit | d819dfbdede4aafe78b61c02ad8d712fc9e4fc72 (patch) | |
tree | 48c7142895d4a0ec8de587e95ccb5e1d4a1ce9b3 /src/test | |
parent | 859514d47753aa951730ae8c0dfbbdb4c2e63710 (diff) | |
parent | 0bf980705ec3e5a01197615619d62091d1e1f9c8 (diff) | |
download | tor-d819dfbdede4aafe78b61c02ad8d712fc9e4fc72.tar.gz tor-d819dfbdede4aafe78b61c02ad8d712fc9e4fc72.zip |
Merge branch 'tor-github/pr/1239'
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/test_circuitbuild.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_circuitbuild.c b/src/test/test_circuitbuild.c index 196d8cd355..7291e04d6a 100644 --- a/src/test/test_circuitbuild.c +++ b/src/test/test_circuitbuild.c @@ -167,6 +167,7 @@ test_upgrade_from_guard_wait(void *arg) tt_assert(!list); done: + smartlist_free(list); circuit_free(circ); entry_guard_free_(guard); } |