wrote:
> From: Chen Qun
>
> There is memleak in test_load_qlist().It's not a big deal,
> but test-vmstate will fail if sanitizers is enabled.
>
> In addition, "ret" is written twice with the same value
> in test_gtree_load_iommu().
>
> Reported-by: Euler Robot
> Signed-off-by: Chen Qun
Review
Le 20/02/2020 à 14:41, kuhn.chen...@huawei.com a écrit :
> From: Chen Qun
>
> There is memleak in test_load_qlist().It's not a big deal,
> but test-vmstate will fail if sanitizers is enabled.
>
> In addition, "ret" is written twice with the same value
> in test_gtree_load_iommu().
>
> Reported
From: Chen Qun
There is memleak in test_load_qlist().It's not a big deal,
but test-vmstate will fail if sanitizers is enabled.
In addition, "ret" is written twice with the same value
in test_gtree_load_iommu().
Reported-by: Euler Robot
Signed-off-by: Chen Qun
---
tests/test-vmstate.c | 6 ++