On Thursday 14 March 2002 09:47 am, Sergey Kononenko wrote:
>       Hi, all.
>
>    This patch fix wrong behavior of licq, that process all types of
> incoming offline messages like plain messages. Now ulrs, contacts, etc from
> offline work correctly.

Quick look over of your patch shows a memory leak.  When using strdup(), you 
need to deallocate the memory with free().   See the man page for strdup for 
more information.  I'll fix this myself so you don't need to send another 
patch, but you might want to know that if you use strdup more in the future.

Jon

_______________________________________________
Licq-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/licq-devel

Reply via email to