fixed SearchWindow memory leak (#1899)
This commit is contained in:
@@ -730,6 +730,7 @@ void Split::showSearch()
|
||||
{
|
||||
SearchPopup *popup = new SearchPopup();
|
||||
|
||||
popup->setAttribute(Qt::WA_DeleteOnClose);
|
||||
popup->setChannel(this->getChannel());
|
||||
popup->show();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user