Index: src/OFObject.m ================================================================== --- src/OFObject.m +++ src/OFObject.m @@ -568,7 +568,9 @@ { } + (void)dealloc { + @throw [OFNotImplementedException newWithClass: self + selector: _cmd]; } @end