mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-28 16:29:53 +00: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