Re: [Evolution-hackers] Reviewing imap_update_summary



On Tue, 2006-10-24 at 01:56 +0200, Philip Van Hoof wrote:

> static guint32 
> imap_get_uids (....
> {
...
> 	while ((type = camel_imap_command_response (store, &resp, ex)) ==
> 			CAMEL_IMAP_RESPONSE_UNTAGGED) 
> 	{
...
> 		if (size > 0)
> 			camel_operation_progress (NULL, got * 100 / size);

Which obviously has a memory leak here.

> 	}
...
> }

And other problems.

Feel free to follow up at "imap_update_summary" in 
https://svn.tinymail.org/svn/tinymail/trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-folder.c

:)



-- 
Philip Van Hoof, software developer at x-tend 
home: me at pvanhoof dot be 
gnome: pvanhoof at gnome dot org 
work: vanhoof at x-tend dot be 
http://www.pvanhoof.be - http://www.x-tend.be




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]