mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-13 17:18:01 +03:00
hypervisor: replace VIR_FREE with g_free in all *Dispose() functions
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
22a3f0fa97
commit
3aea862b59
@ -135,7 +135,7 @@ virHostdevManagerDispose(void *obj)
|
|||||||
virObjectUnref(hostdevMgr->activeSCSIVHostHostdevs);
|
virObjectUnref(hostdevMgr->activeSCSIVHostHostdevs);
|
||||||
virObjectUnref(hostdevMgr->activeMediatedHostdevs);
|
virObjectUnref(hostdevMgr->activeMediatedHostdevs);
|
||||||
virObjectUnref(hostdevMgr->activeNVMeHostdevs);
|
virObjectUnref(hostdevMgr->activeNVMeHostdevs);
|
||||||
VIR_FREE(hostdevMgr->stateDir);
|
g_free(hostdevMgr->stateDir);
|
||||||
}
|
}
|
||||||
|
|
||||||
static virHostdevManagerPtr
|
static virHostdevManagerPtr
|
||||||
|
Loading…
Reference in New Issue
Block a user