mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
destroy window handles when program terminates
svn path=/trunk/; revision=18507
This commit is contained in:
parent
39b4f74f8c
commit
35113a023e
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ MsConfigWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
break;
|
||||
|
||||
case WM_DESTROY:
|
||||
DestroyWindow(hToolsPage);
|
||||
DestroyWindow(hServicesPage);
|
||||
return DefWindowProc(hDlg, message, wParam, lParam);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue