summaryrefslogtreecommitdiff
path: root/apt-pkg/srcrecords.cc
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2012-03-13 14:03:42 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2012-03-13 14:03:42 +0100
commit86a3007a2211d18444e1a0080e9c645c77d84008 (patch)
treef346f330efda8696b97fafc2e8b0744748de66b7 /apt-pkg/srcrecords.cc
parentaf20242585a0b4880484c5559edb7d14962918ce (diff)
parentc872b88e8254304dc1f6f1ee421cfbf9c1d0643e (diff)
cherry pick a bunch of packagemanager.cc ordering fixes
Diffstat (limited to 'apt-pkg/srcrecords.cc')
-rw-r--r--apt-pkg/srcrecords.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/srcrecords.cc b/apt-pkg/srcrecords.cc
index 48b643eac..d63d2c422 100644
--- a/apt-pkg/srcrecords.cc
+++ b/apt-pkg/srcrecords.cc
@@ -25,7 +25,7 @@
// SrcRecords::pkgSrcRecords - Constructor /*{{{*/
// ---------------------------------------------------------------------
/* Open all the source index files */
-pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : Files(0), Current(0)
+pkgSrcRecords::pkgSrcRecords(pkgSourceList &List) : d(NULL), Files(0), Current(0)
{
for (pkgSourceList::const_iterator I = List.begin(); I != List.end(); ++I)
{