K 10 svn:author V 8 kientzle K 8 svn:date V 27 2010-01-23T07:55:53.973334Z K 7 svn:log V 326 Use a simpler memory-management strategy for the file objects. Instead of trying to reference-count them and free them as soon as they are no longer needed, we now just keep them around and free them all when we release the archive object. This fixes a number of minor memory leaks, especially when reading damaged archives. END