fix a resource leak

svn path=/trunk/; revision=30458
This commit is contained in:
Christoph von Wittich
2007-11-15 10:54:11 +00:00
parent bbf86d9a89
commit 2ac23d7f2c
@@ -190,6 +190,7 @@ MsConfigWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
DestroyWindow(hStartupPage);
DestroyWindow(hFreeLdrPage);
DestroyWindow(hSystemPage);
DestroyIcon(hIcon);
return DefWindowProc(hDlg, message, wParam, lParam);
}