mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
Don't free heap for string that we don't own
svn path=/trunk/; revision=15502
This commit is contained in:
parent
a897f17cb4
commit
e46d7967c7
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ EnumDisplayDevicesW(
|
|||
lpDisplayDevice,
|
||||
dwFlags );
|
||||
|
||||
RtlFreeUnicodeString ( &Device );
|
||||
//RtlFreeUnicodeString ( &Device );
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue