Skip to content

Commit d010b46

Browse files
Merge pull request musescore#17864 from adazem009/fix_palette_search_crash
Fix musescore#16849: Fix crash when searching in Palettes
2 parents 539a421 + bb4507c commit d010b46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/framework/uicomponents/view/popupview.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ PopupView::~PopupView()
5959
if (m_window) {
6060
m_window->setOnHidden(std::function<void()>());
6161
}
62-
m_contentItem->deleteLater();
6362

6463
if (m_closeController) {
6564
delete m_closeController;

0 commit comments

Comments
 (0)