mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Track session better in media viewer.
This commit is contained in:
@@ -149,12 +149,8 @@ Application::~Application() {
|
||||
// Depend on activeWindow() for now :(
|
||||
Shortcuts::Finish();
|
||||
|
||||
_window.reset();
|
||||
|
||||
if (_mediaView) {
|
||||
_mediaView->clearData();
|
||||
_mediaView = nullptr;
|
||||
}
|
||||
_window = nullptr;
|
||||
_mediaView = nullptr;
|
||||
_domain->finish();
|
||||
|
||||
Local::finish();
|
||||
|
Reference in New Issue
Block a user