• M
    esx: Fix memory leaks in error paths related to transferred ownership · 3b9a1295
    Matthias Bolte 提交于
    Appending an item to a list transfers ownership of that item to the
    list owner. But an error can occur in between item allocation and
    appending it to the list. In this case the item has to be freed
    explicitly. This was not done in some special cases resulting in
    possible memory leaks.
    
    Reported by Coverity.
    3b9a1295
esx_driver.c 159.0 KB