Index: src/OFDictionary.m ================================================================== --- src/OFDictionary.m +++ src/OFDictionary.m @@ -463,10 +463,11 @@ [object release]; @throw e; } data[j]->object = object; + count--; } } @catch (id e) { [self release]; @throw e; }