mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
fix a resource leak
svn path=/trunk/; revision=30458
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user