diff --git a/reactos/win32ss/gdi/ntgdi/path.c b/reactos/win32ss/gdi/ntgdi/path.c index 727836df54c..3bd1d0be9c2 100644 --- a/reactos/win32ss/gdi/ntgdi/path.c +++ b/reactos/win32ss/gdi/ntgdi/path.c @@ -1644,6 +1644,7 @@ PATH_StrokePath( if (!Realloc) { DPRINT1("Can't allocate pool!\n"); + ExFreePoolWithTag(pBzrPts, TAG_BEZIER); goto end; }