mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:26:02 +00:00
[devmgr]
don't free stack memory with LocalFree CID 1101901 svn path=/trunk/; revision=64846
This commit is contained in:
parent
6beb0e5668
commit
923584ae2a
1 changed files with 0 additions and 1 deletions
|
@ -586,7 +586,6 @@ DeviceProblemTextW(IN HMACHINE hMachine OPTIONAL,
|
||||||
&szProblem,
|
&szProblem,
|
||||||
szInfo,
|
szInfo,
|
||||||
uProblemId);
|
uProblemId);
|
||||||
LocalFree((HLOCAL)szInfo);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue