Commit 7529c8f5 authored by Nick Mathewson's avatar Nick Mathewson 🦀
Browse files

r12328@catbus: nickm | 2007-04-09 18:16:31 -0400

 Argh, missed another 9030 bogon.


svn:r9934
parent 2a079191
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);