diff options
author | Adam <Adam@anope.org> | 2011-10-10 15:04:23 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2011-10-10 15:04:23 -0400 |
commit | 80f4f317b247ee3756fbc001495310b2f7c4e997 (patch) | |
tree | 3fd6abe3dbabe221e08999462b2b52c0687ec9fe /src/main.cpp | |
parent | 9f3d735d9d461e0cea042722ac1c6af98fe6560e (diff) |
Put serialized_items on the heap to prevent weird crashes on shutdown from the list being destructed before members in it
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 4d812a322..279e9792a 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -379,7 +379,6 @@ int main(int ac, char **av, char **envp) ModuleManager::UnloadModule(m, NULL); ModuleManager::CleanupRuntimeDirectory(); - serialized_items.clear(); #ifdef _WIN32 OnShutdown(); |