]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/configuration.cc
[contrib/error.cc] place a colon between errno and error text in output
[apt.git] / apt-pkg / contrib / configuration.cc
index 80584d3eabbd9f625552941edd3786e31a1c2d3f..48a5f0bff1f26551602339623592d96d85a1ee22 100644 (file)
@@ -521,6 +521,7 @@ bool ReadConfigFile(Configuration &Conf,const string &FName,bool AsSectional,
          F.getline(Buffer,sizeof(Buffer) / 2);
 
          Input += Buffer;
+         delete[] Buffer;
        }
       while (F.fail() && !F.eof());