diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-12 17:24:15 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-12 17:24:15 +0200 |
commit | 70e0c1683e7021a0682b0808b329a3cced3920ac (patch) | |
tree | c330cf1655226c8e4b9e5e2174d20ea281e8bb41 /apt-pkg/acquire-item.cc | |
parent | b40394c0ff509954c37254b0993a985ea3ff1467 (diff) |
some more coverity fixes
Diffstat (limited to 'apt-pkg/acquire-item.cc')
-rw-r--r-- | apt-pkg/acquire-item.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apt-pkg/acquire-item.cc b/apt-pkg/acquire-item.cc index 7bcdf285b..f70cabeff 100644 --- a/apt-pkg/acquire-item.cc +++ b/apt-pkg/acquire-item.cc @@ -984,6 +984,8 @@ void pkgAcqIndex::Done(string Message,unsigned long long Size,string Hash, DestFile += ".decomp"; Desc.URI = decompProg + ":" + FileName; QueueURI(Desc); + + // FIXME: this points to a c++ string that goes out of scope Mode = decompProg.c_str(); } /*}}}*/ |