
18 Apr
2018
18 Apr
'18
3:23 a.m.
On Tue, Apr 17, 2018 at 12:22:17 -0400, John Ferlan wrote:
If virJSONValueArraySize(caps) <= 0, then we will still need to virJSONValueFree(caps) because qemuMonitorSetMigrationCapabilities won't consume it.
Found by Coverity
Signed-off-by: John Ferlan <jferlan@redhat.com> --- src/qemu/qemu_migration_params.c | 1 + 1 file changed, 1 insertion(+)
ACK