mirror of https://github.com/freetype/freetype
Fix Savannah bug #39269.
* src/base/ftgloadr.c (FT_GlyphLoader_CheckPoints): Free memory in case of reacollocation failures.
This commit is contained in:
parent
67cf7a8841
commit
f56691a852
|
@ -1,3 +1,10 @@
|
|||
2013-06-18 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix Savannah bug #39269.
|
||||
|
||||
* src/base/ftgloadr.c (FT_GlyphLoader_CheckPoints): Free memory in
|
||||
case of reacollocation failures.
|
||||
|
||||
2013-06-18 Andrew Church <achurch+savannah@achurch.org>
|
||||
|
||||
Fix Savannah bug #39266.
|
||||
|
|
|
@ -265,6 +265,9 @@
|
|||
FT_GlyphLoader_Adjust_Points( loader );
|
||||
|
||||
Exit:
|
||||
if ( error )
|
||||
FT_GlyphLoader_Reset( loader );
|
||||
|
||||
return error;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue