[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] Fix memory leak in xend
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1215776655 -3600 # Node ID 1e91c9a4a3f317f70b90d2ef80e07718d74ab7e5 # Parent 1699ae3e57dcf58c774798ffbc877d7219047b7a Fix memory leak in xend Signed-off-by: Jim Fehlig <jfehlig@xxxxxxxxxx> --- tools/python/xen/xend/XendDomainInfo.py | 1 + 1 files changed, 1 insertion(+) diff -r 1699ae3e57dc -r 1e91c9a4a3f3 tools/python/xen/xend/XendDomainInfo.py --- a/tools/python/xen/xend/XendDomainInfo.py Fri Jul 11 12:43:33 2008 +0100 +++ b/tools/python/xen/xend/XendDomainInfo.py Fri Jul 11 12:44:15 2008 +0100 @@ -2613,6 +2613,7 @@ class XendDomainInfo: def _cleanupVm(self): """Cleanup VM resources. Idempotent. Nothrow guarantee.""" + self.metrics.destroy() self._unwatchVm() try: _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |