Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io: Don't call close multiple times in QIOChannelFile
If the file descriptor underlying QIOChannelFile is closed in the io_close() method, don't close it again in the finalize() method since the file descriptor number may have been reused in the meantime. Signed-off-by: Ross Lagerwall <[email protected]> Signed-off-by: Daniel P. Berrange <[email protected]>
- Loading branch information