call virstateCleanup to do the cleanup before libvirtd exits

This commit is contained in:
Hu Tao 2013-01-16 10:53:03 +08:00 committed by Eric Blake
parent 5c1a825167
commit 47e1767725

View File

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