1
0
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:
Christian Muehlhaeuser 2012-11-16 13:45:27 +01:00
parent aaa0355a1e
commit 9f5183b26f

View File

@ -514,6 +514,7 @@ ViewManager::destroyPage( ViewPage* page )
m_currentPage = 0;
historyBack();
delete page;
}
}