Re: [evolution-patches] Exchange: Fix for the bug 273470



Hi,

This code leaks the mutex. We should be freeing it when the backend
quits. It would be better to initialize the mutex in the class
initialization code [ init ], and have this mutex as part of the object
private member, so that we can free it as part of the object dispose
routine.

Also, use a more specific name for the mutex, something like, ex_ad_lock
or some such.

-- Sarfraaz

On Thu, 2005-08-18 at 14:43 +0530, Praveen Kumar wrote:
> Hello -
> 
> The attached patch fixes the bug 273470 that caused missing out of
> some
> contacts when copying multiple contacts from local to the Exchange
> addressbook. Please review.
> 
> Thanks -
> Praveen.




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