bug1184 442 B

123456789
  1. o Minor bugfixes:
  2. - Never relay a cell for a circuit we have already destroyed.
  3. Between marking a circuit as closeable and finally closing it,
  4. it may have been possible for a few queued cells to get relayed,
  5. even though they would have been immediately dropped by the next
  6. OR in the circuit. Fix 1184; bugfix on 0.2.0.1-alpha.
  7. - Never queue a cell for a circuit that's already been marked
  8. for close.