On Nov 8, 2007, at 6:37 AM, mkajdas.mkprod wrote: > After fixing (a workaround) another leak (see my "Fl_Help_View > memory leak" post) I am still experiencing an unexplained heap > memory usage.
I am sorry that I don't have the time right now to look at that myself. Which memory checker are you using? I like Valigrind (Linux only) which has a very nice feature that gives you a list of "lost" memory allocations, including the line of source code where that memory was allocated. With that list, it should be relatively easy to find the places where memory is lost. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

