|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] XendDomainInfo.py:
ChangeSet 1.1662.1.14, 2005/06/06 21:28:33+01:00, cl349@xxxxxxxxxxxxxxxxxxxx
XendDomainInfo.py:
Cleanup store channel.
Signed-off-by: Mike Wray <mike.wray@xxxxxx>
Signed-off-by: Christian Limpach <Christian.Limpach@xxxxxxxxxxxx>
XendDomainInfo.py | 6 ++++++
1 files changed, 6 insertions(+)
diff -Nru a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
--- a/tools/python/xen/xend/XendDomainInfo.py 2005-06-09 13:08:37 -04:00
+++ b/tools/python/xen/xend/XendDomainInfo.py 2005-06-09 13:08:37 -04:00
@@ -577,6 +577,12 @@
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()
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
|
|
|
|