]> git.saurik.com Git - apt.git/blobdiff - methods/gpgv.cc
prepare re-enable fnmatch() once we have proper reporting
[apt.git] / methods / gpgv.cc
index fe8bac6c9e17634971113c75ed84f06a5640a439..25bf64ddd8f922defbea36f2a007a2f1b0e26202 100644 (file)
@@ -8,7 +8,6 @@
 #include <apt-pkg/configuration.h>
 #include <apt-pkg/gpgv.h>
 
-#include <utime.h>
 #include <stdio.h>
 #include <fcntl.h>
 #include <errno.h>
@@ -152,6 +151,7 @@ string GPGVMethod::VerifyGetSigners(const char *file, const char *outfile,
       }
    }
    fclose(pipein);
+   free(buffer);
 
    int status;
    waitpid(pid, &status, 0);