Re: [evolution-patches] 68459, newsgroup followup-to ignored



looks good except that I think you should be checking that postoto is
non-NULL before unreffing it 

(to and cc were changed to always be init'd at the start but postto is
NULL unless replying to an nntp message)

Jeff

On Thu, 2005-02-24 at 15:39 +0800, Not Zed wrote:
> -       if (cc != NULL)
> -               camel_object_unref (cc);
> +       camel_object_unref(postto);
> +       camel_object_unref(to);
> +       camel_object_unref(cc);




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