mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 02:25:17 +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,
|
lpDisplayDevice,
|
||||||
dwFlags );
|
dwFlags );
|
||||||
|
|
||||||
RtlFreeUnicodeString ( &Device );
|
//RtlFreeUnicodeString ( &Device );
|
||||||
|
|
||||||
return rc;
|
return rc;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue