]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.cc
just-in-time creation for (implicit) Provides
[apt.git] / apt-pkg / srcrecords.cc
index bbab9d796c2ecf22f2e0f9969cf006f00de3ffe7..e3ffa9ab086d9d666c619e3cb5240ea8fac8a608 100644 (file)
@@ -180,5 +180,5 @@ bool pkgSrcRecords::Parser::Files2(std::vector<pkgSrcRecords::File2> &F2)/*{{{*/
                                                                        /*}}}*/
 
 
-pkgSrcRecords::Parser::Parser(const pkgIndexFile *Index) : iIndex(Index) {}
+pkgSrcRecords::Parser::Parser(const pkgIndexFile *Index) : d(NULL), iIndex(Index) {}
 pkgSrcRecords::Parser::~Parser() {}