summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/FacebookRM/main.cpp')
-rw-r--r--protocols/FacebookRM/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/main.cpp b/protocols/FacebookRM/main.cpp
index f7995fc1ce..3441b6bc98 100644
--- a/protocols/FacebookRM/main.cpp
+++ b/protocols/FacebookRM/main.cpp
@@ -204,7 +204,7 @@ extern "C" int __declspec(dllexport) Load(PLUGINLINK *link)
extern "C" int __declspec(dllexport) Unload(void)
{
UninitContactMenus();
- for(size_t i=1; i<SIZEOF(g_hEvents); i++)
+ for(size_t i=0; i<SIZEOF(g_hEvents); i++)
UnhookEvent(g_hEvents[i]);
g_Instances.destroy();