mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 08:03:03 +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)
|
if (!Realloc)
|
||||||
{
|
{
|
||||||
DPRINT1("Can't allocate pool!\n");
|
DPRINT1("Can't allocate pool!\n");
|
||||||
|
ExFreePoolWithTag(pBzrPts, TAG_BEZIER);
|
||||||
goto end;
|
goto end;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue