> I believe there is something allocated for each window internally to FLTK and > not released, like the image cache in Fl_Help_View. > I will sleep on it over the weekend and continue next week.
I found the leak. It is caused by a bug in the nxlib library for microwindows/nano-X which I am using instead of X11. The bug is due to XChangeProperty allocating some memory and XDestroyWindow not releasing it. I am discussing this on nano-X mailing list: http://www.linuxhacker.org/nanogui/ FLTK is OK. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

