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