• M
    Fix small memory leaks in config parsing related functions · bf130d2c
    Matthias Bolte 提交于
    Found by 'make -C tests valgrind'.
    
    xen_xm.c: Dummy allocation via virDomainChrDefNew is directly
    overwritten and lost. Free 'script' in success path too.
    
    vmx.c: Free virtualDev_string in success path too.
    
    domain_conf.c: Free compression in success path too.
    bf130d2c
domain_conf.c 292.0 KB