Bug 954354 - Crash [@ mintrayr::platform::WndProc].

This commit is contained in:
Nils Maier 2011-07-12 16:23:16 +02:00
Родитель 292ce1024f
Коммит 685755821a
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -403,6 +403,7 @@ Icon::~Icon()
// Disable message handling
::RemovePropW(mWnd, kIcon);
::RemovePropW(mWnd, kPlatformIcon);
// Remove the icon
::Shell_NotifyIconW(NIM_DELETE, &mIconData);