mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 04:44:29 +08:00
Don't free heap for string that we don't own
svn path=/trunk/; revision=15502
This commit is contained in:
@@ -110,7 +110,7 @@ EnumDisplayDevicesW(
|
||||
lpDisplayDevice,
|
||||
dwFlags );
|
||||
|
||||
RtlFreeUnicodeString ( &Device );
|
||||
//RtlFreeUnicodeString ( &Device );
|
||||
|
||||
return rc;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user