ref: 79a5ac603a29ba316d4d5d824a014589eb8879e4
parent: 942aa5fff46abad9216d2943f1ffaf9e83e32c29
author: Werner Lemberg <[email protected]>
date: Sun Jan 18 02:30:04 EST 2015
* src/base/ftobjs.c (FT_New_Library): Fix compiler warning.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-18 Werner Lemberg <[email protected]>
+
+ * src/base/ftobjs.c (FT_New_Library): Fix compiler warning.
+
2015-01-18 Chris Liddell <[email protected]>
[raster] Fix Savannah bug #44022.
--- a/src/base/ftobjs.c
+++ b/src/base/ftobjs.c
@@ -4661,8 +4661,8 @@
return FT_Err_Ok;
- Fail:
#ifdef FT_CONFIG_OPTION_PIC
+ Fail:
ft_pic_container_destroy( library );
#endif
FT_FREE( library );