gdk: s/gdk_cursor_unref/g_object_unref/

This commit is contained in:
Michael Natterer
2011-10-15 14:35:28 +02:00
parent 133a7a4f58
commit 616afadd78
4 changed files with 5 additions and 5 deletions

View File

@ -360,7 +360,7 @@ gdk_window_impl_wayland_finalize (GObject *object)
impl = GDK_WINDOW_IMPL_WAYLAND (object);
if (impl->cursor)
gdk_cursor_unref (impl->cursor);
g_object_unref (impl->cursor);
if (impl->server_surface)
cairo_surface_destroy (impl->server_surface);