Skip to content

Commit

Permalink
Merge pull request musescore#17864 from adazem009/fix_palette_search_…
Browse files Browse the repository at this point in the history
…crash

Fix musescore#16849: Fix crash when searching in Palettes
  • Loading branch information
DmitryArefiev committed Jul 12, 2023
2 parents 539a421 + bb4507c commit d010b46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/framework/uicomponents/view/popupview.cpp
Expand Up @@ -59,7 +59,6 @@ PopupView::~PopupView()
if (m_window) {
m_window->setOnHidden(std::function<void()>());
}
m_contentItem->deleteLater();

if (m_closeController) {
delete m_closeController;
Expand Down

0 comments on commit d010b46

Please sign in to comment.