@@ -207,11 +207,11 @@ data = [self resizeMemory: data toNItems: count withSize: itemSize]; } @catch (OFOutOfMemoryException *e) { /* We don't really care, as we only made it smaller */ - [e dealloc]; + [e release]; } } - (void)removeNItems: (size_t)nitems atIndex: (size_t)index @@ -227,11 +227,11 @@ data = [self resizeMemory: data toNItems: count withSize: itemSize]; } @catch (OFOutOfMemoryException *e) { /* We don't really care, as we only made it smaller */ - [e dealloc]; + [e release]; } } - copy {