* src/base/ftobjs.c (FT_New_Library): Fix compiler warning.

This commit is contained in:
Werner Lemberg 2015-01-18 07:30:04 +01:00
parent 942aa5fff4
commit 79a5ac603a
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2015-01-18 Werner Lemberg <wl@gnu.org>
* src/base/ftobjs.c (FT_New_Library): Fix compiler warning.
2015-01-18 Chris Liddell <chris.liddell@artifex.com>
[raster] Fix Savannah bug #44022.

View File

@ -4661,8 +4661,8 @@
return FT_Err_Ok;
Fail:
#ifdef FT_CONFIG_OPTION_PIC
Fail:
ft_pic_container_destroy( library );
#endif
FT_FREE( library );