mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Fix possible crash in Dialogs::Widget.
This commit is contained in:
@@ -1779,6 +1779,8 @@ void Widget::onDialogMoved(int movedFrom, int movedTo) {
|
||||
}
|
||||
}
|
||||
|
||||
Widget::~Widget() = default;
|
||||
Widget::~Widget() {
|
||||
cancelSearchRequest();
|
||||
}
|
||||
|
||||
} // namespace Dialogs
|
||||
|
||||
Reference in New Issue
Block a user