mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
- Fix build
svn path=/trunk/; revision=41394
This commit is contained in:
@@ -478,7 +478,7 @@ ChangeDisplaySettingsExA(
|
||||
rc = NtUserChangeDisplaySettings ( pDeviceName, pDevModeW, hwnd, dwflags, lParam );
|
||||
|
||||
if (pDevModeW != NULL)
|
||||
RtlFreeHeap(GetProcessHeap(), pDevModeW);
|
||||
RtlFreeHeap(GetProcessHeap(), 0, pDevModeW);
|
||||
|
||||
if (lpszDeviceName != NULL)
|
||||
RtlFreeUnicodeString ( &DeviceName );
|
||||
|
||||
Reference in New Issue
Block a user