summaryrefslogtreecommitdiff
path: root/src/core/stdchat
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2014-01-19 09:47:25 +0000
committerGeorge Hazan <george.hazan@gmail.com>2014-01-19 09:47:25 +0000
commit30bb4f6786fc9ab808bc3bed8a143b524f07387b (patch)
treeeebb6d6e19708d748dd60a84268dfc493fb393a1 /src/core/stdchat
parent4d6a4771d90af0056e15ed14c3655b19023359ca (diff)
fix against loosing chat sessions during chat plugin's unload
git-svn-id: http://svn.miranda-ng.org/main/trunk@7746 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'src/core/stdchat')
-rw-r--r--src/core/stdchat/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/stdchat/src/main.cpp b/src/core/stdchat/src/main.cpp
index b785eb0e46..81702484c2 100644
--- a/src/core/stdchat/src/main.cpp
+++ b/src/core/stdchat/src/main.cpp
@@ -364,7 +364,6 @@ extern "C" __declspec(dllexport) int Unload(void)
db_set_dw(NULL, "Chat", "roomheight", g_Settings.iHeight);
DestroyMenu(g_hMenu);
- *pci = saveCI;
return 0;
}