fixed a rather large memory leak

This commit is contained in:
Nathan Fritz
2010-05-13 04:45:36 +08:00
committed by Tom Nichols
parent e0c32b6d9b
commit 4c410dd48a
6 changed files with 53 additions and 10 deletions
+2 -1
View File
@@ -22,4 +22,5 @@ class Nick(ElementBase):
return self.xml.text
def delNick(self):
return self.__del__()
if self.parent is not None:
self.parent().xml.remove(self.xml)