diff options
| author | Tannin <sherb@gmx.net> | 2016-02-09 20:53:09 +0100 |
|---|---|---|
| committer | Tannin <sherb@gmx.net> | 2016-02-09 20:53:09 +0100 |
| commit | aaa1f52bddfe87bdba1ec4acd44fdf08de5a0377 (patch) | |
| tree | ddfb6092c1311765b5858494f7ba4c4308792320 /src | |
| parent | b085aeea0e9f3b2c35e08a325759a57fec4cbd28 (diff) | |
fixed cleanup on restart
Diffstat (limited to 'src')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 98144cad..d39235f5 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -206,7 +206,7 @@ OrganizerCore::~OrganizerCore() ModInfo::clear();
LogBuffer::cleanQuit();
m_ModList.setProfile(nullptr);
- NexusInterface::instance()->cleanup();
+ // NexusInterface::instance()->cleanup();
delete m_DirectoryStructure;
}
|
