]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
r12328@catbus: nickm | 2007-04-09 18:16:31 -0400
authorNick Mathewson <nickm@torproject.org>
Mon, 9 Apr 2007 22:16:33 +0000 (22:16 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 9 Apr 2007 22:16:33 +0000 (22:16 +0000)
 Argh, missed another 9030 bogon.

svn:r9934

src/or/circuitlist.c

index f887bbcf7f5eef3c9f3acb5b009645cdd2524083..4f8b17d8b32ebfa7e079878a1eed5c7971c17545 100644 (file)
@@ -408,8 +408,6 @@ circuit_free(circuit_t *circ)
       other->rend_splice = NULL;
     }
 
-    cell_queue_clear(&ocirc->p_conn_cells);
-
     tor_free(circ->onionskin);
 
     /* remove from map. */
@@ -420,8 +418,6 @@ circuit_free(circuit_t *circ)
     cell_queue_clear(&ocirc->p_conn_cells);
   }
 
-  cell_queue_clear(&circ->n_conn_cells);
-
   /* Remove from map. */
   circuit_set_n_circid_orconn(circ, 0, NULL);