On Thu, Jul 04, 2002 at 08:42:58AM -0300, Paulo Dias wrote:
> Modified Files:
>         userinfodlg.cpp 
> Log Message:
> memory management fixes
> 
> could be it?

I thought you had problems with the message dialog, oops. Well yes, a few
lines in the user info dialog changed, mostly noticably:

-  delete ftxt;
+  delete [] ftxt;

ftxt is a char*, but I do not see a new char[] to match the delete[]
anywhere. It looks like it is just a pointer to the return value of one of
the methods called. Can whomever actually wrote this comment on why the
delete is there in the first place?

Rob
-- 
Rob Kaper     | Gimme some love, gimme some skin,
[EMAIL PROTECTED] | if we ain't got that then we ain't got much
www.capsi.com | and we ain't got nothing, nothing! -- "Nothing" by A


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Caffeinated soap. No kidding.
http://thinkgeek.com/sf
_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to