Mikhail Tchernychev schrieb: >Apparently static variables in files > like fl_utf8.cxx just never got freed, only re-allocated all the time.
What in detail do you mean? Static variables will be allocated at start of software and freed at end of software. It is not possible to "free" them, that's why they are called "static". _______________________________________________ fltk-dev mailing list fltk-dev@easysw.com http://lists.easysw.com/mailman/listinfo/fltk-dev