DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current Just to clarify: Preferences makes its own local copy of the string you pass to it -- sort of. It uses the passed strings to create a proper directory for the preferences file, as well as running newstring() on all the passed strings, which means it's perfectly valid to be deleting these strings. This is why I'm looking for a test case - you're either doing something strange with your code or there's an issue that you're not seeing here, but in any case it's definitely not the Preferences code attempting to free a constant string. Link: http://www.fltk.org/str.php?L2694 Version: 2.0-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
