mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Fix handling of WM_COMMAND messages
svn path=/trunk/; revision=31635
This commit is contained in:
parent
9d4716655a
commit
2eacda93bd
1 changed files with 4 additions and 0 deletions
|
@ -540,9 +540,13 @@ SH_FileVersionDlgProc(
|
|||
SendMessageW(hDlgCtrl, WM_SETTEXT, (WPARAM)NULL, (LPARAM)str);
|
||||
return TRUE;
|
||||
}
|
||||
break;
|
||||
|
||||
case WM_DESTROY:
|
||||
buf = (LPVOID)GetWindowLong(hwndDlg, DWL_USER);
|
||||
HeapFree(GetProcessHeap(), 0, buf);
|
||||
break;
|
||||
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue