Hi,

I notice a lot of source code examples allocating widgets such as Buttons with 
`new', but never `delete'ing them. Is this normal? Does the library somehow 
clean things up, or should I be calling delete on everything I allocate with 
new, as per normal C++.

I don't want to be making a memory leaking application naively.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to