mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-07 23:53:58 +02:00
Fix possible crash in Dialogs::Widget.
This commit is contained in:
parent
c15019dee6
commit
47c8b852b8
1 changed files with 3 additions and 1 deletions
|
@ -1779,6 +1779,8 @@ void Widget::onDialogMoved(int movedFrom, int movedTo) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Widget::~Widget() = default;
|
Widget::~Widget() {
|
||||||
|
cancelSearchRequest();
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace Dialogs
|
} // namespace Dialogs
|
||||||
|
|
Loading…
Add table
Reference in a new issue