mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-21 20:15:17 +00:00
bhyve: fix invalid hostsysinfo freeing
This commit is contained in:
parent
f999f77d7d
commit
9b73aff033
@ -1172,7 +1172,7 @@ bhyveStateCleanup(void)
|
||||
virObjectUnref(bhyve_driver->domains);
|
||||
virObjectUnref(bhyve_driver->caps);
|
||||
virObjectUnref(bhyve_driver->xmlopt);
|
||||
virObjectUnref(bhyve_driver->hostsysinfo);
|
||||
virSysinfoDefFree(bhyve_driver->hostsysinfo);
|
||||
virObjectUnref(bhyve_driver->closeCallbacks);
|
||||
virObjectEventStateFree(bhyve_driver->domainEventState);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user