Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test-vmstate: Fix memleaks in test_load_qlist
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 <[email protected]> Signed-off-by: Chen Qun <[email protected]> Reviewed-by: Juan Quintela <[email protected]> Reviewed-by: Laurent Vivier <[email protected]> Signed-off-by: Juan Quintela <[email protected]>
- Loading branch information