]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.h
* make sure that the pkgRecords D'tor does not segfault
[apt.git] / apt-pkg / pkgrecords.h
index 08f00441463e428da12e6268c9123a5116742f55..f31e83afefb9be378bc111bc951b7489835b9ab1 100644 (file)
@@ -33,6 +33,7 @@ class pkgRecords
    
    pkgCache &Cache;
    Parser **Files;
    
    pkgCache &Cache;
    Parser **Files;
+   int PackageFileCount;
       
    public:
 
       
    public: