On Wed, Nov 19, 2025 at 02:08:54PM +0100, Markus Armbruster wrote: > Date: Wed, 19 Nov 2025 14:08:54 +0100 > From: Markus Armbruster <[email protected]> > Subject: [PATCH 4/5] error: error_free(NULL) is safe, drop unnecessary > conditionals > > Signed-off-by: Markus Armbruster <[email protected]> > --- > hw/acpi/pcihp.c | 4 +--- > io/channel-websock.c | 4 +--- > io/task.c | 4 +--- > migration/migration.c | 6 ++---- > tests/unit/test-smp-parse.c | 5 +---- > 5 files changed, 6 insertions(+), 17 deletions(-)
Reviewed-by: Zhao Liu <[email protected]>
