mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
Don't do WM_INITDIALOG processing during window destruction...
Fixes bug 1087. svn path=/trunk/; revision=19973
This commit is contained in:
parent
c28b545cce
commit
3462372119
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ PerformancePageWndProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
case WM_DESTROY:
|
case WM_DESTROY:
|
||||||
GraphCtrl_Dispose(&PerformancePageCpuUsageHistoryGraph);
|
GraphCtrl_Dispose(&PerformancePageCpuUsageHistoryGraph);
|
||||||
GraphCtrl_Dispose(&PerformancePageMemUsageHistoryGraph);
|
GraphCtrl_Dispose(&PerformancePageMemUsageHistoryGraph);
|
||||||
|
break;
|
||||||
|
|
||||||
case WM_INITDIALOG:
|
case WM_INITDIALOG:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue