summaryrefslogtreecommitdiff
path: root/methods
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 16:05:44 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2006-09-19 16:05:44 +0200
commit36afd8495a5646ccdec0153c93945a5a27606fce (patch)
tree35410bfee6ead769fb56c08c21bb066619432e2e /methods
parent455f831c3cbd7f555d3a0b0c949a42432efc63d3 (diff)
parentc158ff49dacb8f6fdca98f9b43329eac44f1a827 (diff)
* merged apt--tasks, this brings in the latest changes from apt--mvo as well
Diffstat (limited to 'methods')
-rw-r--r--methods/gzip.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/methods/gzip.cc b/methods/gzip.cc
index 809afc0fc..55ff33270 100644
--- a/methods/gzip.cc
+++ b/methods/gzip.cc
@@ -111,6 +111,7 @@ bool GzipMethod::Fetch(FetchItem *Itm)
if (To.Write(Buffer,Count) == false)
{
Failed = true;
+ FromGz.Close();
break;
}
}