diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-08-07 22:28:02 +0200 |
---|---|---|
committer | Nicholas Piggin <npiggin@gmail.com> | 2024-11-04 09:09:09 +1000 |
commit | 65f53702d2e4bd045ce16ca874469cdd1e1ef4e4 (patch) | |
tree | f5e28f80e4be3b91d7440f7d41da9e504dc81e18 /module-common.c | |
parent | 3cde4c31ebe9fdfeca2d824a0036d04bec285301 (diff) |
hw/ssi/pnv_spi: Match _xfer_buffer_free() with _xfer_buffer_new()
pnv_spi_xfer_buffer_new() allocates %payload using g_malloc0(),
and pnv_spi_xfer_buffer_write_ptr() allocates %payload->data
using g_realloc(). Use the API equivalent g_free() to release
the buffers.
Cc: qemu-stable@nongnu.org
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Diffstat (limited to 'module-common.c')
0 files changed, 0 insertions, 0 deletions