Fix crash in MainWindow destruction.

This commit is contained in:
John Preston 2019-06-22 11:52:18 +02:00
parent 7d585ab72f
commit a0171cb144

View File

@ -69,8 +69,8 @@ private:
anim::type animated);
not_null<Main::Account*> _account;
::MainWindow _widget;
std::unique_ptr<SessionController> _sessionController;
::MainWindow _widget;
rpl::lifetime _lifetime;