K 10 svn:author V 8 kientzle K 8 svn:date V 27 2006-01-17T04:49:04.000000Z K 7 svn:log V 447 If the attempt to open the archive fails (either the client open routine fails or the first read fails), invoke the client close routine immediately so the client can clean up. Also, don't store the client pointers in this case, so that the client close routine can't accidentally get called more than once. A minor style fix to archive_read_open_fd.c while I'm here. PR: 86453 Thanks to: Andrew Turner for reporting this and suggesting a fix. END