diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-03-10 10:38:48 -0500 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-03-16 14:30:30 -0400 |
commit | 8b858f9998a9d59a9a7188f2c5c6ffb99eff6115 (patch) | |
tree | ff930400117fbe81024a68374bc5719e75f35d25 /softmmu | |
parent | c963fee4b0a98e48c12ed5b063fc4aba6d018ffb (diff) | |
download | qemu-8b858f9998a9d59a9a7188f2c5c6ffb99eff6115.zip qemu-8b858f9998a9d59a9a7188f2c5c6ffb99eff6115.tar.gz qemu-8b858f9998a9d59a9a7188f2c5c6ffb99eff6115.tar.bz2 |
qemu-timer: allow freeing a NULL timer
Since 5f8e93c3e2 ("util/qemu-timer: Make timer_free() imply timer_del()", 2021-01-08)
it is not possible anymore to pass a NULL pointer to timer_free(). Previously
it would do nothing as it would simply pass NULL down to g_free().
Rectify this, which also fixes "-chardev braille" when there is no device.
Reported-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'softmmu')
0 files changed, 0 insertions, 0 deletions