On 11/21/23 07:32, Philippe Mathieu-Daudé wrote:
In preparation of having HostMemoryBackendClass::alloc() handlers return a boolean, have them use g_autofree.Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- backends/hostmem-epc.c | 3 +-- backends/hostmem-file.c | 3 +-- backends/hostmem-memfd.c | 3 +-- backends/hostmem-ram.c | 3 +-- 4 files changed, 4 insertions(+), 8 deletions(-)
Reviewed-by: Gavin Shan <gs...@redhat.com>