diff options
Diffstat (limited to 'plugins/BasicHistory/src/BasicHistory.cpp')
-rw-r--r-- | plugins/BasicHistory/src/BasicHistory.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/BasicHistory/src/BasicHistory.cpp b/plugins/BasicHistory/src/BasicHistory.cpp index bb2a360756..2542a43364 100644 --- a/plugins/BasicHistory/src/BasicHistory.cpp +++ b/plugins/BasicHistory/src/BasicHistory.cpp @@ -306,8 +306,7 @@ extern "C" int __declspec(dllexport) Unload(void) Options::instance = NULL;
}
- if (hEventIcons != NULL)
- delete [] hEventIcons;
+ delete [] hEventIcons;
return 0;
}
|