]> git.proxmox.com Git - mirror_qemu.git/blobdiff - ui/gtk.c
gtk: don't use g_object_unref on GdkCursor
[mirror_qemu.git] / ui / gtk.c
index 8dc90412c112f60a7e4ed6ffbbb1fc8164aa982f..3bc284227e296c114007e7992271427322eefd3e 100644 (file)
--- 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,