libvirt/src/vmx
Stefan Berger 052ef069b1 vmx: fix resource leak
Error: RESOURCE_LEAK:
/libvirt/src/vmx/vmx.c:2431:
alloc_fn: Calling allocation function "calloc".
/libvirt/src/vmx/vmx.c:2431:
var_assign: Assigning: "networkName" =  storage returned from "calloc(1UL, 1UL)".
/libvirt/src/vmx/vmx.c:2495:
leaked_storage: Variable "networkName" going out of scope leaks the storage it points to.

(cherry picked from commit 409a637eb1)
2012-06-14 11:16:26 -04:00
..
vmx.c vmx: fix resource leak 2012-06-14 11:16:26 -04:00
vmx.h Put <stdbool.h> into internal.h so it is available everywhere 2011-02-24 12:04:06 +00:00