re: Found X memory leak for my program

2006-10-26 Thread Flavio Renga
I had the same problem. In MyFormHandleEvent, this code doesn't cause any leak: ... case frmCloseEvent: // Some operations such save variables, or other things... SaveMyVariables(); // Free memory for the form frmP = FrmGetActiveForm(); FrmEraseForm(frmP);

Re: Found X memory leak for my program

2006-10-26 Thread Robert Moynihan
Luca Bertoncello wrote: Hi, list! I have a little problem, with my program... I develop it with gcc on my Linux-PC and test it with POSE. I can start it and use it, without warning or error, but when I exit from this application, POSE say: Found X memory leak for SMS Pro (1.00). Information