mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 06:50:22 +03:00
tests: Free test at the end of GetDeviceAliases JSON test
Commit 58b147ad07c9432b53e66ca20aff74d812647c57 added a test for qemuMonitorGetDeviceAliases but forgot to free the test object at the end which causes all sort of weird errors and failures when new tests are added after the GetDeviceAliases.
This commit is contained in:
parent
ada5f9ceb8
commit
c9150d3747
@ -938,6 +938,7 @@ testQemuMonitorJSONGetDeviceAliases(const void *data)
|
||||
|
||||
cleanup:
|
||||
virStringFreeList(aliases);
|
||||
qemuMonitorTestFree(test);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user