From: Nick Mathewson Date: Mon, 9 Apr 2007 22:16:33 +0000 (+0000) Subject: r12328@catbus: nickm | 2007-04-09 18:16:31 -0400 X-Git-Tag: tor-0.2.0.1-alpha~294 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7529c8f548ad7304a3993d01a9f3312a8ed4f38e;p=thirdparty%2Ftor.git r12328@catbus: nickm | 2007-04-09 18:16:31 -0400 Argh, missed another 9030 bogon. svn:r9934 --- 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);