projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d36727
)
Fix memory leak in xend
author
Keir Fraser
<keir.fraser@citrix.com>
Fri, 11 Jul 2008 11:44:15 +0000
(12:44 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Fri, 11 Jul 2008 11:44:15 +0000
(12:44 +0100)
Signed-off-by: Jim Fehlig <jfehlig@novell.com>
tools/python/xen/xend/XendDomainInfo.py
patch
|
blob
|
history
diff --git
a/tools/python/xen/xend/XendDomainInfo.py
b/tools/python/xen/xend/XendDomainInfo.py
index 422d72807842511b396e050b9ec2a827a4ded0c3..719719ff6417d6382e68d1bf9815bd716d51d705 100644
(file)
--- a/
tools/python/xen/xend/XendDomainInfo.py
+++ b/
tools/python/xen/xend/XendDomainInfo.py
@@
-2613,6
+2613,7
@@
class XendDomainInfo:
def _cleanupVm(self):
"""Cleanup VM resources. Idempotent. Nothrow guarantee."""
+ self.metrics.destroy()
self._unwatchVm()
try: