aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/python/xen/xend/XendDomainInfo.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/python/xen/xend/XendDomainInfo.py b/tools/python/xen/xend/XendDomainInfo.py
index fc03dbf048..97d6dbbf31 100644
--- a/tools/python/xen/xend/XendDomainInfo.py
+++ b/tools/python/xen/xend/XendDomainInfo.py
@@ -577,6 +577,12 @@ class XendDomainInfo:
self.channel = None
except:
pass
+ if self.store_channel:
+ try:
+ self.store_channel.close()
+ self.store_channel = None
+ except:
+ pass
if self.image:
try:
self.image.destroy()