]> xenbits.xensource.com Git - libvirt.git/commitdiff
call virstateCleanup to do the cleanup before libvirtd exits
authorHu Tao <hutao@cn.fujitsu.com>
Wed, 16 Jan 2013 02:53:03 +0000 (10:53 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 17 Jan 2013 00:18:59 +0000 (17:18 -0700)
daemon/libvirtd.c

index abd9bf26d984dbd2e2f0a747abcbaa28ed067483..34a87376694bb251e2a27ce5d2f98270dba1eb97 100644 (file)
@@ -1514,5 +1514,7 @@ cleanup:
 
     daemonConfigFree(config);
 
+    virStateCleanup();
+
     return ret;
 }