>>> On 6/3/2013 at 03:14 PM, Anthony Liguori <[email protected]> wrote: > It's not a GObject. > > Cc: Gerd Hoffman <[email protected]> > Reported-by: Michael Tokarev <[email protected]> > Signed-off-by: Anthony Liguori <[email protected]> > --- > v1 -> v2 > - Fix summary to agree with code (Peter) > --- > ui/gtk.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ui/gtk.c b/ui/gtk.c > index 8dc9041..3bc2842 100644 > --- a/ui/gtk.c > +++ b/ui/gtk.c > @@ -377,7 +377,7 @@ static void gd_cursor_define(DisplayChangeListener *dcl, > pixbuf, c->hot_x, c->hot_y); > gdk_window_set_cursor(gtk_widget_get_window(s->drawing_area), cursor); > g_object_unref(pixbuf); > - g_object_unref(cursor); > + gdk_cursor_unref(cursor); > } > > static void gd_switch(DisplayChangeListener *dcl,
This is a candidate for the 1.5.2 stable release. Bruce
