Index: src/OFDictionary_hashtable.m ================================================================== --- src/OFDictionary_hashtable.m +++ src/OFDictionary_hashtable.m @@ -293,11 +293,11 @@ return self; } - (void)dealloc { - [_mapTable dealloc]; + [_mapTable release]; [super dealloc]; } - (id)objectForKey: (id)key