@@ -67,10 +67,17 @@ @throw e; } return self; } + +- (void)dealloc +{ + [_comment release]; + + [super dealloc]; +} - (bool)isEqual: (id)object { OFXMLComment *comment;