Index: utils/ofzip/OFZIP.m ================================================================== --- utils/ofzip/OFZIP.m +++ utils/ofzip/OFZIP.m @@ -195,12 +195,12 @@ [OFApplication terminateWithStatus: _exitStatus]; } - (id )openArchiveWithPath: (OFString*)path { - OFFile *file; - id archive; + OFFile *file = nil; + id archive = nil; [_archivePath release]; _archivePath = [path copy]; @try {