diff options
Diffstat (limited to 'plugins/StopSpamPlus')
-rw-r--r-- | plugins/StopSpamPlus/src/stopspam.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/StopSpamPlus/src/stopspam.cpp b/plugins/StopSpamPlus/src/stopspam.cpp index b5c559a0e0..b2bf80d2d6 100644 --- a/plugins/StopSpamPlus/src/stopspam.cpp +++ b/plugins/StopSpamPlus/src/stopspam.cpp @@ -74,7 +74,7 @@ extern "C" int __declspec(dllexport) Unload(void) if (hTempRemove)
{
DestroyServiceFunction(hTempRemove);
- hFunc = 0;
+ hTempRemove = 0;
}
delete plSets;
|