Some more on the PUI memory leaks ...
The "puInit" function creates a "puInterface" object. When I created a
"puDeinit" function which deleted the object, the number of leaked memory
blocks dropped from eleven to eight. Of these remaining eight, five contain
the strings "NULL", "puValue", "puObject", "puGroup", and "puInterface". I
suspect the RTTI library here.
While it's not a serious matter--the leakage is on a per-widget-type basis,
not a per-widget basis--it's still bad form to leak memory. Is there
somebody who can look at the "ulRTTI" library and see what can be done about
it?
John F. Fay
joh...@eg...
|