mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-31 00:45:18 +00:00
openvz: convert VIR_FREE to g_free in other functions that free their arg
Signed-off-by: Laine Stump <laine@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
f42be9ae48
commit
c80efb9b60
@ -478,7 +478,7 @@ openvzFreeDriver(struct openvz_driver *driver)
|
||||
virObjectUnref(driver->xmlopt);
|
||||
virObjectUnref(driver->domains);
|
||||
virObjectUnref(driver->caps);
|
||||
VIR_FREE(driver);
|
||||
g_free(driver);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user