freetype2/src/lzw
Werner Lemberg dc624ca4dc Apply fixes for cppcheck nitpicks.
http://cppcheck.sourceforge.net/

Note that the current version heavily chokes on FreeType, delivering
even wrong results.  I will report those issues to the cppcheck team
so that a newer version gives improved results hopefully.

*/* Improve variable scopes.
*/* Remove redundant initializations which get overwritten.

* src/base/ftmac.c ,builds/mac/ftmac.c (count_faces_scalable):
Remove unused variable.

* src/base/ftdbgmem.c (ft_mem_table_destroy): `table' can't be zero.

* src/gxvalid/gxvkern.c (gxv_kern_subtable_fmt1_entry_validate):
Remove functionless code.

* src/tools/ftrandom.c (main): Fix memory leak.
2013-06-04 10:30:48 +02:00
..
Jamfile * src/lzw/ftlzw2.c: Renamed to... 2006-05-04 07:13:05 +00:00
ftlzw.c Apply fixes for cppcheck nitpicks. 2013-06-04 10:30:48 +02:00
ftzopen.c Slightly improve LZW_CLEAR handling. 2011-09-11 09:18:10 +02:00
ftzopen.h lzw: Count the size of the memory object by ptrdiff_t. 2009-08-01 00:30:14 +09:00
rules.mk * src/lzw/ftlzw2.c: Renamed to... 2006-05-04 07:13:05 +00:00