mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 21:46:03 +03:00
Fix a missing delete.
This commit is contained in:
parent
6ad89d98a9
commit
0e418b2f68
1 changed files with 1 additions and 0 deletions
|
@ -186,6 +186,7 @@ Application::~Application()
|
||||||
#endif
|
#endif
|
||||||
delete _folderMan;
|
delete _folderMan;
|
||||||
delete _ocInfo;
|
delete _ocInfo;
|
||||||
|
delete _tray;
|
||||||
}
|
}
|
||||||
|
|
||||||
void Application::slotStartUpdateDetector()
|
void Application::slotStartUpdateDetector()
|
||||||
|
|
Loading…
Reference in a new issue