mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 06:25:19 +00:00
admin: replace VIR_FREE with g_free in all vir*Free() functions
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
This commit is contained in:
parent
acb4d8ed71
commit
f202f365d7
@ -57,7 +57,7 @@ remoteAdmClientFree(void *data)
|
|||||||
|
|
||||||
virMutexDestroy(&priv->lock);
|
virMutexDestroy(&priv->lock);
|
||||||
virObjectUnref(priv->dmn);
|
virObjectUnref(priv->dmn);
|
||||||
VIR_FREE(priv);
|
g_free(priv);
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *
|
||||||
|
Loading…
Reference in New Issue
Block a user