diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-11-21 08:36:08 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-12-08 14:47:19 -0500 |
commit | a48ba072a98a5d946079e2e0c15c84bb8c9d1a19 (patch) | |
tree | e3eb3b1c272da6fb2d78f8decfd668160f032393 /src/test/test_routerlist.c | |
parent | b0cc9856ee560865d2668afbff20e8b77986e4ee (diff) | |
download | tor-a48ba072a98a5d946079e2e0c15c84bb8c9d1a19.tar.gz tor-a48ba072a98a5d946079e2e0c15c84bb8c9d1a19.zip |
Rename connection_free_ to connection_free_minimal.
Diffstat (limited to 'src/test/test_routerlist.c')
-rw-r--r-- | src/test/test_routerlist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_routerlist.c b/src/test/test_routerlist.c index fd29e8f172..c19d66ef9d 100644 --- a/src/test/test_routerlist.c +++ b/src/test/test_routerlist.c @@ -520,7 +520,7 @@ test_directory_guard_fetch_with_no_dirinfo(void *arg) done: tor_free(consensus_text_md); tor_free(dummy_state); - connection_free_(TO_CONN(conn)); + connection_free_minimal(TO_CONN(conn)); entry_guards_free_all(); teardown_capture_of_logs(); } |