diff options
Diffstat (limited to 'plugins/IEHistory/src/IEHistory.cpp')
-rw-r--r-- | plugins/IEHistory/src/IEHistory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/IEHistory/src/IEHistory.cpp b/plugins/IEHistory/src/IEHistory.cpp index 3427308ada..db5f565e1c 100644 --- a/plugins/IEHistory/src/IEHistory.cpp +++ b/plugins/IEHistory/src/IEHistory.cpp @@ -94,6 +94,7 @@ extern "C" int __declspec(dllexport) Unload() DestroyServices(); WindowList_Broadcast(hOpenWindowsList, WM_CLOSE, 0, 0); + WindowList_Destroy(hOpenWindowsList); return 0; } |