commit | 08cc67f32ebe9b7dc3e1410f0678f198c092c0e7 | [log] [tgz] |
---|---|---|
author | Gerd Hoffmann <kraxel@redhat.com> | Fri Oct 21 15:56:21 2011 +0200 |
committer | Gerd Hoffmann <kraxel@redhat.com> | Tue Oct 25 14:00:54 2011 +0200 |
tree | 63b0fc90c44093aa3fc17ed2b0c86ccb835a546e | |
parent | 9f0f352d8546f217780013dd35ab157d667195dd [diff] |
spice: fix file handle cleanup Setting both read and write handlers to NULL in qemu_set_fd_handler is not enougth to make qemu purge the file handle from the list. We must set opaque to NULL too. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>