diff options
author | Marc-André Lureau | 2016-12-08 16:22:04 +0100 |
---|---|---|
committer | Marc-André Lureau | 2017-01-31 10:01:47 +0100 |
commit | c266d94e7b271c90bed0be21fc45a8bb57c03313 (patch) | |
tree | ae70c343689e84c452e5ef5c9a45d1fbc36ba9a1 /ui/console.c | |
parent | char-win-stdio: convert to finalize (diff) | |
download | qemu-c266d94e7b271c90bed0be21fc45a8bb57c03313.tar.gz qemu-c266d94e7b271c90bed0be21fc45a8bb57c03313.tar.xz qemu-c266d94e7b271c90bed0be21fc45a8bb57c03313.zip |
char-win: do not override chr_free
For some unclear reason to me, char-file does not have chr_free on
win32. Since we want to switch to instance finalizer instead of class
chr_free, we should be able to run the base WinChardev class finalizer
in any case. Use a boolean to skip free to ease the transition to
instance finalizer.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'ui/console.c')
0 files changed, 0 insertions, 0 deletions