• J
    qemumonitorjsontest: Resolve resource leaks found by Valgrind · 3f5250ff
    John Ferlan 提交于
    The 'package' string returned by qemuMonitorGetVersion() needs to
    be VIR_FREE()'d.
    
    testQemuMonitorJSONGetMachines(), testQemuMonitorJSONGetCPUDefinitions(),
    and testQemuMonitorJSONGetCommands() did not VIR_FREE() the array and
    array elements allocated by their respective qemuMonitorGet* routines.
    3f5250ff
qemumonitorjsontest.c 14.8 KB