@@ -40,10 +40,17 @@ @throw e; } return self; } + +- (void)dealloc +{ + [_dictionary release]; + + [super dealloc]; +} - (id)objectForKey: (id)key { id object;