Revision 5d95ac5b

b/vnc.c
918 918
    if (!vs->vd->clients)
919 919
        dcl->idle = 1;
920 920

  
921
    qemu_free(vs);
922 921
    vnc_remove_timer(vs->vd);
922
    qemu_free(vs);
923 923
}
924 924

  
925 925
int vnc_client_io_error(VncState *vs, int ret, int last_errno)

Also available in: Unified diff