mirror of
https://github.com/Qz3rK/tdesktop.git
synced 2026-07-03 14:15:08 +02:00
cf275b152a
Sometimes AbstractBox::setClosing invoked Ui::hideLayers that destroyed LayerStackWidget and all its children, including the closing AbstractBox. After that a unique_ptr stored on stack and owning that box was destroyed and it lead to a crash. Now LayerStackWidget always owns several closing boxes.