Revision 08cc67f3 ui/spice-core.c

b/ui/spice-core.c
133 133

  
134 134
static void watch_remove(SpiceWatch *watch)
135 135
{
136
    watch_update_mask(watch, 0);
136
    qemu_set_fd_handler(watch->fd, NULL, NULL, NULL);
137 137
    QTAILQ_REMOVE(&watches, watch, next);
138 138
    g_free(watch);
139 139
}

Also available in: Unified diff