1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

call virstateCleanup to do the cleanup before libvirtd exits

https://bugzilla.redhat.com/show_bug.cgi?id=903184

(cherry picked from commit 47e176772559f617297abb07855b8556c8e7b72e)
This commit is contained in:
Hu Tao 2013-01-16 10:53:03 +08:00 committed by Eric Blake
parent 2d6eaba201
commit 5e10d0ef1e

View File

@ -1371,5 +1371,7 @@ cleanup:
daemonConfigFree(config);
virStateCleanup();
return ret;
}