On Mon, 2008-08-04 at 11:08 -0400, Jason Smith wrote:
> The following code, which I use purely for demostration, produces a
> memory leak of the entire pixbuf that I load into a Gtk.Image.
> 
> protected virtual void OnButton1Clicked (object sender, System.EventArgs
> e)
> {
>       Gdk.Pixbuf pixbuf = IconTheme.Default.LoadIcon

LoadIcon wasn't marked as an owned return value.  Fixed on trunk
revision 109594.

Mike

_______________________________________________
Gtk-sharp-list maillist  -  Gtk-sharp-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/gtk-sharp-list

Reply via email to