[WIN32K:NTGDI]

- Fix pool leak in failure case of PATH_StrokePath. CID 716633

svn path=/trunk/; revision=69643
This commit is contained in:
Thomas Faber 2015-10-22 13:48:12 +00:00
parent 1589893f19
commit fef72582a0

View file

@ -1644,6 +1644,7 @@ PATH_StrokePath(
if (!Realloc)
{
DPRINT1("Can't allocate pool!\n");
ExFreePoolWithTag(pBzrPts, TAG_BEZIER);
goto end;
}