mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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…
Reference in a new issue