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