• P
    bridge_driver: avoid double call to VIR_FREE · ed039abc
    Paweł Krześniak 提交于
    While not technically a double free (since VIR_FREE NULLs the
    pointer), this is unnecessary extra code.
    
    This crept in when the function was converted from virRun to virCommand.
    
    The AUTHORS file has also been updated.
    ed039abc
bridge_driver.c 56.2 KB