mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:06:52 +00:00
[WIN32K:NTGDI]
- Fix pool leak in failure case of PATH_StrokePath. CID 716633 svn path=/trunk/; revision=69643
This commit is contained in:
parent
1589893f19
commit
fef72582a0
1 changed files with 1 additions and 0 deletions
|
@ -1644,6 +1644,7 @@ PATH_StrokePath(
|
|||
if (!Realloc)
|
||||
{
|
||||
DPRINT1("Can't allocate pool!\n");
|
||||
ExFreePoolWithTag(pBzrPts, TAG_BEZIER);
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue