提交 28f4a708 编写于 作者: G Gonglei 提交者: Gerd Hoffmann

spice: fix coverity complains

Remove the unnecessary NULL check.
Signed-off-by: NGonglei <arei.gonglei@huawei.com>
Reviewed-by: NPaolo Bonzini <pbonzini@redhat.com>
Message-id: 1463047028-123868-3-git-send-email-arei.gonglei@huawei.com
Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 f454f49c
...@@ -774,9 +774,7 @@ static void display_mouse_define(DisplayChangeListener *dcl, ...@@ -774,9 +774,7 @@ static void display_mouse_define(DisplayChangeListener *dcl,
SimpleSpiceDisplay *ssd = container_of(dcl, SimpleSpiceDisplay, dcl); SimpleSpiceDisplay *ssd = container_of(dcl, SimpleSpiceDisplay, dcl);
qemu_mutex_lock(&ssd->lock); qemu_mutex_lock(&ssd->lock);
if (c) {
cursor_get(c); cursor_get(c);
}
cursor_put(ssd->cursor); cursor_put(ssd->cursor);
ssd->cursor = c; ssd->cursor = c;
ssd->hot_x = c->hot_x; ssd->hot_x = c->hot_x;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册