DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2194 Version: 1.1.9 fl_latin1_to_local (for which there is no documentation) issues a call to malloc() if the platform on which it is compiled has __APPLE__ defined. As a result, the example code on the 'Drawing things in FLTK' documentation page will leak memory. A corresponding call to free() is not possible without a preprocessor check because on other platforms, the call to malloc() is not made. Link: http://www.fltk.org/str.php?L2194 Version: 1.1.9 _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
