https://bugzilla.gnome.org/show_bug.cgi?id=744932

Jasper St. Pierre <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #299278|none                        |accepted-commit_now
             status|                            |

--- Comment #20 from Jasper St. Pierre <[email protected]> ---
Review of attachment 299278:

Minor fixes, otherwise fine.

::: src/backends/meta-cursor-tracker.c
@@ +86,3 @@
     return;

+  g_clear_pointer (&tracker->displayed_cursor, g_object_unref);

Use g_clear_object.

@@ +164,3 @@
                    MetaCursorSprite  *cursor)
 {
+  g_clear_pointer (&tracker->window_cursor, g_object_unref);

Same.

@@ +191,3 @@
     return FALSE;

+  g_clear_pointer (&tracker->xfixes_cursor, g_object_unref);

Same.

@@ +345,3 @@
                                      MetaCursorSprite  *cursor)
 {
+  g_clear_pointer (&tracker->root_cursor, g_object_unref);

Same.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to