diff --git a/pdf-simple-sign.cpp b/pdf-simple-sign.cpp index fc45239..36afcf4 100644 --- a/pdf-simple-sign.cpp +++ b/pdf-simple-sign.cpp @@ -967,7 +967,6 @@ int main(int argc, char* argv[]) { (void) unlink(output_path); die(3, "%s: %s", output_path, strerror(errno)); } - fclose(fp); } else { die(3, "%s: %s", output_path, strerror(errno)); }