You need to sign in or sign up before continuing.
  • M
    Add virBufferFreeAndReset() and replace free() · 1b9d0744
    Matthias Bolte 提交于
    Replace free(virBufferContentAndReset()) with virBufferFreeAndReset().
    Update documentation and replace all remaining calls to free() with
    calls to VIR_FREE(). Also add missing calls to virBufferFreeAndReset()
    and virReportOOMError() in OOM error cases.
    1b9d0744
esx_driver.c 108.3 KB