It seems the named colors returned by ofColor ala of.Color.white are not being destroyed when handed off the C++ in calls to of.setColor, etc which leads to memory a leak. Similarly, ofRectangle instances returned by ofTrueTypeFont::getStringBoundingBox() are (apparently) not collected even.
It seems the named colors returned by ofColor ala
of.Color.white
are not being destroyed when handed off the C++ in calls to of.setColor, etc which leads to memory a leak. Similarly, ofRectangle instances returned byofTrueTypeFont::getStringBoundingBox()
are (apparently) not collected even.