Michael Vogt лет назад: 13
Родитель
Сommit
6612c86ef3
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      apt-pkg/deb/debmetaindex.cc

+ 1 - 0
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