Don't free heap for string that we don't own

svn path=/trunk/; revision=15502
This commit is contained in:
Alex Ionescu 2005-05-26 13:35:08 +00:00
parent a897f17cb4
commit e46d7967c7

View file

@ -110,7 +110,7 @@ EnumDisplayDevicesW(
lpDisplayDevice,
dwFlags );
RtlFreeUnicodeString ( &Device );
//RtlFreeUnicodeString ( &Device );
return rc;
}