diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-09 22:16:33 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-09 22:16:33 +0000 |
commit | 7529c8f548ad7304a3993d01a9f3312a8ed4f38e (patch) | |
tree | 463fb9f8e30089dfa49c137d61bd787501bccee1 /src | |
parent | 2a07919198f79622d40db564d1f99446613f925f (diff) | |
download | tor-7529c8f548ad7304a3993d01a9f3312a8ed4f38e.tar.gz tor-7529c8f548ad7304a3993d01a9f3312a8ed4f38e.zip |
r12328@catbus: nickm | 2007-04-09 18:16:31 -0400
Argh, missed another 9030 bogon.
svn:r9934
Diffstat (limited to 'src')
-rw-r--r-- | src/or/circuitlist.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/or/circuitlist.c b/src/or/circuitlist.c index f887bbcf7f..4f8b17d8b3 100644 --- a/src/or/circuitlist.c +++ b/src/or/circuitlist.c @@ -408,8 +408,6 @@ circuit_free(circuit_t *circ) other->rend_splice = NULL; } - cell_queue_clear(ô->p_conn_cells); - tor_free(circ->onionskin); /* remove from map. */ @@ -420,8 +418,6 @@ circuit_free(circuit_t *circ) cell_queue_clear(ô->p_conn_cells); } - cell_queue_clear(&circ->n_conn_cells); - /* Remove from map. */ circuit_set_n_circid_orconn(circ, 0, NULL); |