mirror of https://gitee.com/openkylin/libvirt.git
call virstateCleanup to do the cleanup before libvirtd exits
This commit is contained in:
parent
5c1a825167
commit
47e1767725
|
@ -1514,5 +1514,7 @@ cleanup:
|
|||
|
||||
daemonConfigFree(config);
|
||||
|
||||
virStateCleanup();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue