bug7350 294 B

12345
  1. o Minor bugfixes:
  2. - Avoid a possible assert that can occur when channel_send_destroy() is
  3. called on a channel in CHANNEL_STATE_CLOSING, CHANNEL_STATE_CLOSED
  4. or CHANNEL_STATE_ERROR when the Tor process is resumed after being
  5. blocked for a long interval. Fixes bug 7350.