diff --git a/source/Platforms/Win32/Objects/Icon.cpp b/source/Platforms/Win32/Objects/Icon.cpp index 1a59bb3..dbe15f4 100644 --- a/source/Platforms/Win32/Objects/Icon.cpp +++ b/source/Platforms/Win32/Objects/Icon.cpp @@ -15,6 +15,7 @@ Icon::Icon(const TCHAR *iconName, int width, int height) Icon::~Icon() { + DestroyIcon(handle); } HICON Icon::get()