bug9602 239 B

1234
  1. o Bugfixes
  2. - Null out orconn->chan->conn when closing orconn in case orconn is freed
  3. before channel_run_cleanup() gets to orconn->chan, and handle the null
  4. conn edge case correctly in channel_tls_t methods. Fixes bug #9602.