From 47e176772559f617297abb07855b8556c8e7b72e Mon Sep 17 00:00:00 2001 From: Hu Tao Date: Wed, 16 Jan 2013 10:53:03 +0800 Subject: [PATCH] call virstateCleanup to do the cleanup before libvirtd exits --- daemon/libvirtd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c index abd9bf26d9..34a8737669 100644 --- a/daemon/libvirtd.c +++ b/daemon/libvirtd.c @@ -1514,5 +1514,7 @@ cleanup: daemonConfigFree(config); + virStateCleanup(); + return ret; }