]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/gpgv.cc
add sources.list Check-Valid-Until and Valid-Until-{Max,Min} options
[apt.git] / apt-pkg / contrib / gpgv.cc
index 9d798cca986713faf5bbbeb9cc94ea9e799bfd24..a01e319eb3e8ea0b5a03be6c4f9f10110e1398af 100644 (file)
@@ -296,6 +296,8 @@ bool SplitClearSignedFile(std::string const &InFile, FileFd * const ContentFile,
       // all the rest is whitespace, unsigned garbage or additional message blocks we ignore
    }
    fclose(in);
+   if (buf != NULL)
+      free(buf);
 
    if (found_signature == true)
       return _error->Error("Signature in file %s wasn't closed", InFile.c_str());