mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-30 19:00:12 +02:00
* When deleting a temporary page, make sure it's freed when it is the currently active page.
This commit is contained in:
@@ -514,6 +514,7 @@ ViewManager::destroyPage( ViewPage* page )
|
||||
m_currentPage = 0;
|
||||
|
||||
historyBack();
|
||||
delete page;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user