> > > > FT_Error FT_Module_Get_Flags(FT_Module mod, FT_ULong *flags);
> > > > that returns the module flags for a given module.
> >
> > Your function looks fine, but your proposed patch lacks error
> > handling. Please add this.
>
> How about the attached patch?
Applied, thanks.
Werner
> In the file src/pcf/pcfread.c, line 653
>
> FT_FREE ( bitmaps );
>
> this call will try to free memory which bitmaps owns, but seems that
> bitmapswas only defined and not initialized or used
Fixed, thanks.
Werner
___
Freetype-devel mailing
> Finally I post my jumbo patch to fix "deprecated function
> XXX is used" issue on MacOS X 10.4, since 25/Aug/2005.
In case you patch is ready for inclusion into the CVS, please do so.
Werner
___
Freetype-devel mailing list
Freetype-devel@nongn