fixed a rather large memory leak
This commit is contained in:
committed by
Tom Nichols
parent
e0c32b6d9b
commit
4c410dd48a
@@ -22,7 +22,7 @@ class Error(ElementBase):
|
||||
self['type'] = 'cancel'
|
||||
self['condition'] = 'feature-not-implemented'
|
||||
if self.parent is not None:
|
||||
self.parent['type'] = 'error'
|
||||
self.parent()['type'] = 'error'
|
||||
|
||||
def getCondition(self):
|
||||
for child in self.xml.getchildren():
|
||||
|
||||
Reference in New Issue
Block a user