bug18570 393 B

1234567
  1. o Minor bugfixes (correctness):
  2. - Fix a bad memory handling bug that would occur if we had queued
  3. a cell on a channel's incoming queue. Fortunately, we can't actually
  4. queue a cell like that as our code is constructed today, but it's best
  5. to avoid this kind of error, even if there isn't any code that triggers
  6. it today. Fixes bug 18570; bugfix on 0.2.4.4-alpha.