mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 03:21:44 +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->activeMediatedHostdevs);
|
||||
virObjectUnref(hostdevMgr->activeNVMeHostdevs);
|
||||
VIR_FREE(hostdevMgr->stateDir);
|
||||
g_free(hostdevMgr->stateDir);
|
||||
}
|
||||
|
||||
static virHostdevManagerPtr
|
||||
|
Loading…
Reference in New Issue
Block a user