mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[SERVMAN] fix memory leak CID 1322153
svn path=/trunk/; revision=68984
This commit is contained in:
parent
1c2342e67a
commit
a7d123306b
1 changed files with 3 additions and 0 deletions
|
@ -350,7 +350,10 @@ RunActionWithProgress(HWND hParent,
|
||||||
|
|
||||||
/* Exit early if the user decided not to stop the dependants */
|
/* Exit early if the user decided not to stop the dependants */
|
||||||
if (StopDepends == FALSE)
|
if (StopDepends == FALSE)
|
||||||
|
{
|
||||||
|
HeapFree(GetProcessHeap(), 0, ServiceList);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue