Re: Code Freeze break request for gnome-applets



Le vendredi 19 septembre 2008, à 13:58 +0200, Kjartan Maraas a écrit :
> fr., 19.09.2008 kl. 23.20 +1200, skrev Callum McKenzie:
> > There is a memory leak in the trash applet resulting from the GIO port.
> > It is not a large leak at any one time, but occurs every time the trash
> > contents change and will build up with time. The bug is 552577.
> > 
> > The patch is an almost trivial one liner:
> > 
> > diff -up gnome-applets-2.23.92/trashapplet/src/trashapplet.c.info-leak
> > gnome-applets-2.23.92/trashapplet/src/trashapplet.c
> > --- gnome-applets-2.23.92/trashapplet/src/trashapplet.c.info-leak
> > 2008-09-16 22:38:24.000000000 -0400
> > +++ gnome-applets-2.23.92/trashapplet/src/trashapplet.c	2008-09-16
> > 22:39:29.000000000 -0400
> > @@ -148,6 +148,7 @@ trash_applet_monitor_changed (TrashApple
> >      }
> > 
> >    g_object_unref (icon);
> > +  g_object_unref (info);
> >  }
> > 
> >  static void
> > 
> 
> Approval 1/2

2/2

Vincent

-- 
Les gens heureux ne sont pas pressés.


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