Index: src/OFRunLoop.m ================================================================== --- src/OFRunLoop.m +++ src/OFRunLoop.m @@ -264,11 +264,10 @@ } # endif @end @implementation OFRunLoop_WriteQueueItem -# ifdef OF_HAVE_BLOCKS - (bool)handleObject: (id)object { size_t length; id exception = nil; @@ -311,10 +310,11 @@ # ifdef OF_HAVE_BLOCKS } # endif } +# ifdef OF_HAVE_BLOCKS - (void)dealloc { [_block release]; [super dealloc];