Re: fix for a crash in connector [exchange]
Harish Krishnaswamy <[email protected]>
| Newsgroups | gmane.comp.gnome.evolution.patches |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 2006-02-22 at 13:24 +0530, pchenthill wrote:
> Hi,
> Have attached the fix for a crash in connector. unref the folder at
> the end of the function as the folder is used in the subtree list.
> Attaching the traces for the crash.
Chen,
754: folder = subtrees->data;
<== it is reassigned here before being used again.
Morever, failure to unref folder should only cause a leak - not a crash.
Harish