Hello All,

I was trying to find out how "leak proof" FLTK is and
used a tool you can find here http://vld.codeplex.com/

Unfortunately, even a simplest program like

int main(int argc, char **argv) {
        Fl_Window window(340,180);
}

produces many leaks. Apparently static variables in files
like fl_utf8.cxx just never got freed, only re-allocated all the time.
Fl_Preferences also does not de-allocate its nodes.
Apparently there is no clean up in the library.

This is really pity because it looks really nice.

There is also other tool, valgrind, widely used under Linux.


Best Regards,
Mikhail


_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to