[cups.bugs] [MOD] STR #3140: found memory leaks

Michael Sweet msweet at apple.com
Sat Mar 21 15:30:00 PDT 2009


[STR Closed w/o Resolution]

> [./dest.c:459]: (all) Memory leak: reals

False positive - "reals" is only non-NULL when "num_reals" is non-zero.

> [./ipp.c:1225]: (error) Memory leak: temp

False positive - "temp" is stored in the linked list when non-NULL.

> [./language.c:997]: (error) Memory leak: temp

False positive - "temp" is stored in m->id or m->str when non-NULL.

> [./string.c:576]: (error) Memory leak: t

False positive - "t" is returned.

Link: http://www.cups.org/str.php?L3140
Version: 1.3.9
Fix Version: None





More information about the cups mailing list