fixed a rather large memory leak
This commit is contained in:

committed by
Tom Nichols

parent
e0c32b6d9b
commit
4c410dd48a
@@ -31,4 +31,5 @@ class HTMLIM(ElementBase):
|
||||
return html
|
||||
|
||||
def delHtml(self):
|
||||
return self.__del__()
|
||||
if self.parent is not None:
|
||||
self.parent().xml.remove(self.xml)
|
||||
|
Reference in New Issue
Block a user