mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +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:
@@ -1644,6 +1644,7 @@ PATH_StrokePath(
|
||||
if (!Realloc)
|
||||
{
|
||||
DPRINT1("Can't allocate pool!\n");
|
||||
ExFreePoolWithTag(pBzrPts, TAG_BEZIER);
|
||||
goto end;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user