Bug links: https://gitlab.com/qemu-project/qemu/-/issues/1787
When we tested QEMU with asan, the vm crash. How to reproduce the bug: 1、 Start the vm with qxl and spice. 2、 Attach the vm with vnc and spice. 3、 Placed for more than three days. 4、 Operation on spice client and possible reproduce this bug. I think the reason for the problem is that the cursor pointer was not set to NULL when qemu call cursor_put. But I don't know what situation will trigger this error. This error is difficult to reproduce by natural.