Message ID | 1463047028-123868-3-git-send-email-arei.gonglei@huawei.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/ui/spice-display.c b/ui/spice-display.c index 242ab5f..1ffbec1 100644 --- a/ui/spice-display.c +++ b/ui/spice-display.c @@ -769,9 +769,7 @@ static void display_mouse_define(DisplayChangeListener *dcl, SimpleSpiceDisplay *ssd = container_of(dcl, SimpleSpiceDisplay, dcl); qemu_mutex_lock(&ssd->lock); - if (c) { - cursor_get(c); - } + cursor_get(c); cursor_put(ssd->cursor); ssd->cursor = c; ssd->hot_x = c->hot_x;