mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-14 07:03:44 +01:00
r12328@catbus: nickm | 2007-04-09 18:16:31 -0400
Argh, missed another 9030 bogon. svn:r9934
This commit is contained in:
parent
2a07919198
commit
7529c8f548
@ -408,8 +408,6 @@ circuit_free(circuit_t *circ)
|
|||||||
other->rend_splice = NULL;
|
other->rend_splice = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
cell_queue_clear(ô->p_conn_cells);
|
|
||||||
|
|
||||||
tor_free(circ->onionskin);
|
tor_free(circ->onionskin);
|
||||||
|
|
||||||
/* remove from map. */
|
/* remove from map. */
|
||||||
@ -420,8 +418,6 @@ circuit_free(circuit_t *circ)
|
|||||||
cell_queue_clear(ô->p_conn_cells);
|
cell_queue_clear(ô->p_conn_cells);
|
||||||
}
|
}
|
||||||
|
|
||||||
cell_queue_clear(&circ->n_conn_cells);
|
|
||||||
|
|
||||||
/* Remove from map. */
|
/* Remove from map. */
|
||||||
circuit_set_n_circid_orconn(circ, 0, NULL);
|
circuit_set_n_circid_orconn(circ, 0, NULL);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user