Re: Code Freeze break request for gnome-applets



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

Cheers
Kjartan




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