diff options
author | Michael Vogt <mvo@debian.org> | 2013-07-25 20:46:08 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-07-25 20:46:08 +0200 |
commit | 6612c86ef3d8f2b8bccc6212791996ab9e053082 (patch) | |
tree | 09cd173d6b7d7918b7f1d54e9fb2252e1466cab5 | |
parent | a9d6b0ad873fdf38e7a7077fd1f07289ad66d45a (diff) |
delete targets data
-rw-r--r-- | apt-pkg/deb/debmetaindex.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/debmetaindex.cc b/apt-pkg/deb/debmetaindex.cc index 7dd5ab2bf..b597b6f3c 100644 --- a/apt-pkg/deb/debmetaindex.cc +++ b/apt-pkg/deb/debmetaindex.cc @@ -238,6 +238,7 @@ bool debReleaseIndex::GetIndexes(pkgAcquire *Owner, bool const &GetAll) const new pkgAcqIndex(Owner, (*Target)->URI, (*Target)->Description, (*Target)->ShortDesc, HashString()); } + delete targets; // this is normally created in pkgAcqMetaSig, but if we run // in --print-uris mode, we add it here |