@@ -171,11 +171,10 @@ OFString *action = nil; @try { line = [sock tryReadLine]; } @catch (OFInvalidEncodingException *e) { - [e dealloc]; line = [sock tryReadLineWithEncoding: OF_STRING_ENCODING_WINDOWS_1252]; } if (line == nil)