mirror of https://gitee.com/openkylin/libvirt.git
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…
Reference in New Issue