X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/8e4c3f0a42664b8c37cc2e0de285849fbf118e11..e7f56293f029505f59670be2bad244f6d9912369:/methods/gpgv.cc diff --git a/methods/gpgv.cc b/methods/gpgv.cc index fe8bac6c9..25bf64ddd 100644 --- a/methods/gpgv.cc +++ b/methods/gpgv.cc @@ -8,7 +8,6 @@ #include #include -#include #include #include #include @@ -152,6 +151,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile, } } fclose(pipein); + free(buffer); int status; waitpid(pid, &status, 0);