don't free stack memory with LocalFree
CID 1101901

svn path=/trunk/; revision=64846
This commit is contained in:
Christoph von Wittich 2014-10-20 13:32:33 +00:00
parent 6beb0e5668
commit 923584ae2a

View file

@ -586,7 +586,6 @@ DeviceProblemTextW(IN HMACHINE hMachine OPTIONAL,
&szProblem,
szInfo,
uProblemId);
LocalFree((HLOCAL)szInfo);
}
else
{