From 5e10d0ef1ea355cb0a3f94cb0237d3fe9253edf9 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 https://bugzilla.redhat.com/show_bug.cgi?id=903184 (cherry picked from commit 47e176772559f617297abb07855b8556c8e7b72e) --- daemon/libvirtd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon/libvirtd.c b/daemon/libvirtd.c index 0151124596..1e2669b10f 100644 --- a/daemon/libvirtd.c +++ b/daemon/libvirtd.c @@ -1371,5 +1371,7 @@ cleanup: daemonConfigFree(config); + virStateCleanup(); + return ret; } -- 2.47.2