Index: src/OFSettings.m ================================================================== --- src/OFSettings.m +++ src/OFSettings.m @@ -46,12 +46,12 @@ self = [super init]; @try { _applicationName = [applicationName copy]; } @catch (id e) { - @throw e; [self release]; + @throw e; } return self; }