]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.cc
add missing "free(buffer) for allocated buffer
[apt.git] / apt-pkg / contrib / fileutl.cc
index 398830ff554854c2d7a591457759ebefad2c1f76..0b6e07f753e71950d3d610f8ae1b065b84a401b5 100644 (file)
@@ -251,7 +251,6 @@ int GetLock(string File,bool Errors)
 
       if (errno == ENOLCK)
       {
-
         _error->Warning(_("Not using locking for nfs mounted lock file %s"),File.c_str());
         return dup(0);       // Need something for the caller to close  
       }