[ros-diffs] [gvg] 19973: Don't do WM_INITDIALOG processing during window destruction...

gvg at svn.reactos.com gvg at svn.reactos.com
Thu Dec 8 20:07:26 CET 2005


Don't do WM_INITDIALOG processing during window destruction...
Fixes bug 1087.
Modified: trunk/reactos/subsys/system/taskmgr/perfpage.c
  _____  

Modified: trunk/reactos/subsys/system/taskmgr/perfpage.c
--- trunk/reactos/subsys/system/taskmgr/perfpage.c	2005-12-08
18:33:57 UTC (rev 19972)
+++ trunk/reactos/subsys/system/taskmgr/perfpage.c	2005-12-08
19:07:14 UTC (rev 19973)
@@ -118,6 +118,7 @@

 	case WM_DESTROY:
 		GraphCtrl_Dispose(&PerformancePageCpuUsageHistoryGraph);
 		GraphCtrl_Dispose(&PerformancePageMemUsageHistoryGraph);
+		break;
 
 	case WM_INITDIALOG:
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20051208/6fdb82de/attachment.html


More information about the Ros-diffs mailing list