Stefan Weil writes:
> All four leaks are similar, so fix them in one patch.
Ok had to spent some time to figure out which was the path that was not
freeing memory. So added extra information to commit message.
Success path was not doing memory free.
Applied.
>
> Signed-off-by: Stefan Weil
>
All four leaks are similar, so fix them in one patch.
Signed-off-by: Stefan Weil
---
v1 only fixed one of those leaks.
v2 fixes all similar leaks.
hw/9pfs/virtio-9p-local.c | 28
1 file changed, 8 insertions(+), 20 deletions(-)
diff --git a/hw/9pfs/virtio-9p-loc