destroy window handles when program terminates
Modified: trunk/reactos/subsys/system/msconfig/msconfig.c

Modified: trunk/reactos/subsys/system/msconfig/msconfig.c
--- trunk/reactos/subsys/system/msconfig/msconfig.c	2005-10-17 08:41:00 UTC (rev 18506)
+++ trunk/reactos/subsys/system/msconfig/msconfig.c	2005-10-17 09:44:17 UTC (rev 18507)
@@ -123,6 +123,8 @@
         break;
 
     case WM_DESTROY:
+		DestroyWindow(hToolsPage);
+		DestroyWindow(hServicesPage);
         return DefWindowProc(hDlg, message, wParam, lParam);
 
     }