mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:33:10 +00:00
Don't free heap for string that we don't own
svn path=/trunk/; revision=15548
This commit is contained in:
parent
4a940a2d8e
commit
0b6337b3d8
1 changed files with 0 additions and 2 deletions
|
@ -255,8 +255,6 @@ EnumDisplaySettingsExW(
|
||||||
|
|
||||||
rc = NtUserEnumDisplaySettings ( &DeviceName, iModeNum, lpDevMode, dwFlags );
|
rc = NtUserEnumDisplaySettings ( &DeviceName, iModeNum, lpDevMode, dwFlags );
|
||||||
|
|
||||||
RtlFreeUnicodeString ( &DeviceName );
|
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue