qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] qemu-timer: allow freeing a NULL timer


From: Stefano Garzarella
Subject: Re: [PATCH] qemu-timer: allow freeing a NULL timer
Date: Thu, 11 Mar 2021 18:06:21 +0100

On Wed, Mar 10, 2021 at 10:45:26AM -0500, Paolo Bonzini wrote:
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>
---
include/qemu/timer.h | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]