mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-03 17:47:15 +03:00
security: 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
a2182cf871
commit
124d8726e8
@ -55,7 +55,7 @@ void virSecurityManagerDispose(void *obj)
|
||||
|
||||
if (mgr->drv->close)
|
||||
mgr->drv->close(mgr);
|
||||
VIR_FREE(mgr->privateData);
|
||||
g_free(mgr->privateData);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user