Skip to content
  • Ondřej Zajíček's avatar
    4ab54f1a
    Nest: Fix bitmap cleanup · 4ab54f1a
    Ondřej Zajíček authored
    Channel currently does not have independent pool and uses protocol pool,
    which is freed when protocol changes state to down, while channel is
    still in flushing. Move some some cleanup code to channel_do_flush()
    so it is done before freeing of protocol pool.
    4ab54f1a
    Nest: Fix bitmap cleanup
    Ondřej Zajíček authored
    Channel currently does not have independent pool and uses protocol pool,
    which is freed when protocol changes state to down, while channel is
    still in flushing. Move some some cleanup code to channel_do_flush()
    so it is done before freeing of protocol pool.
Loading