Commit f3d2bed3 authored by Chris McDonough's avatar Chris McDonough

Fix memleak bug reported on Zope list. This is instead of moving from Secret...

Fix memleak bug reported on Zope list.  This is instead of moving from Secret Lab's development release of xmlrpclib (0.9.9).
parent ca1d6f71
......@@ -217,7 +217,7 @@ if sgmlop:
try:
self.parser.close()
finally:
self.parser = None # nuke circular reference
self.parser = self.feed = None # nuke circular reference
def handle_entityref(self, entity):
# <string> entity
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment