Re: [evolution-patches] Evolution - mail, fixes a multiple free in folder ops.
- From: Arunprakash <arunp novell com>
- To: Not Zed <notzed ximian com>
- Cc: evolution-patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Evolution - mail, fixes a multiple free in folder ops.
- Date: Wed, 03 Aug 2005 15:08:15 +0530
Hi,
Can you please commit it for me?
I don't have commit rights.
Thanks,
Arunprakash.
On Wed, 2005-08-03 at 16:02 +0800, Not Zed wrote:
> looks good thanks, please commit.
>
>
> On Mon, 2005-08-01 at 09:18 +0530, Arunprakash wrote:
> > Hi,
> >
> > Modified and attached the patch.
> >
> > Thanks,
> > Arunprakash.
> >
> > On Fri, 2005-07-29 at 16:39 +0800, Not Zed wrote:
> > >
> > > No need for the temporary variable.
> > >
> > > g_object_set_data_full(..., "full_name",
> > > g_strudup(folder->full_name) ... etc)
> > >
> > > will suffice.
> > >
> > > On Fri, 2005-07-29 at 13:55 +0530, Arunprakash wrote:
> > > > - g_object_set_data_full ((GObject *) dialog, "full_name",
> > > > folder->full_name, g_free);
> > > > + folder_name = g_strdup (folder->full_name);
> > > > + g_object_set_data_full ((GObject *) dialog, "full_name",
> > > > folder_name, g_free);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]