Fix a missing delete.

This commit is contained in:
Klaas Freitag 2012-06-22 15:36:04 +02:00
parent 6ad89d98a9
commit 0e418b2f68

View file

@ -186,6 +186,7 @@ Application::~Application()
#endif
delete _folderMan;
delete _ocInfo;
delete _tray;
}
void Application::slotStartUpdateDetector()