diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-22 13:36:39 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-09-22 13:36:39 +0000 |
commit | 14cd494a9fa0d6801410bf121beb74ea631d59a6 (patch) | |
tree | b25799799bb1f9d78ab167b91f21763ae3764aaa /apt-pkg/pkgrecords.h | |
parent | ceb00be9927199c067827a630ddc254149afcb57 (diff) |
* make sure that the pkgRecords D'tor does not segfault
Diffstat (limited to 'apt-pkg/pkgrecords.h')
-rw-r--r-- | apt-pkg/pkgrecords.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/pkgrecords.h b/apt-pkg/pkgrecords.h index 08f004414..f31e83afe 100644 --- a/apt-pkg/pkgrecords.h +++ b/apt-pkg/pkgrecords.h @@ -33,6 +33,7 @@ class pkgRecords pkgCache &Cache; Parser **Files; + int PackageFileCount; public: |