mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 11:22:23 +00:00
access: 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
29293c0869
commit
22a3f0fa97
@ -190,7 +190,7 @@ static void virAccessManagerDispose(void *object)
|
||||
|
||||
if (mgr->drv->cleanup)
|
||||
mgr->drv->cleanup(mgr);
|
||||
VIR_FREE(mgr->privateData);
|
||||
g_free(mgr->privateData);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user