]> git.saurik.com Git - apt.git/blobdiff - methods/gzip.cc
Romanian translation update. Closes: #388402
[apt.git] / methods / gzip.cc
index 809afc0fc0564bfcc76866e214e493fabf31757d..55ff332701b94105de7cc6207b4a4d59e3db7bd2 100644 (file)
@@ -111,6 +111,7 @@ bool GzipMethod::Fetch(FetchItem *Itm)
       if (To.Write(Buffer,Count) == false)
       {
         Failed = true;
+        FromGz.Close();
         break;
       }      
    }