ofTheo / ofxControlPanel

A flexible control panel based gui addon for openFrameworks
93 stars 46 forks source link

guiBaseObject destructor not declared virtual #21

Open alesaccoia opened 12 years ago

alesaccoia commented 12 years ago

Hello, looking for leaks with valgrind I've found that guiBaseObject doesn't declare a virtual dtor, so the dtor of ofxControlPanel doesn't deallocate properly the objects of the guiObjects vector, etc etc... right now they are all leaking I guess! Alessandro