Fix double fclose()
This commit is contained in:
parent
e0a77dacf7
commit
73bf4b861a
|
@ -967,7 +967,6 @@ int main(int argc, char* argv[]) {
|
||||||
(void) unlink(output_path);
|
(void) unlink(output_path);
|
||||||
die(3, "%s: %s", output_path, strerror(errno));
|
die(3, "%s: %s", output_path, strerror(errno));
|
||||||
}
|
}
|
||||||
fclose(fp);
|
|
||||||
} else {
|
} else {
|
||||||
die(3, "%s: %s", output_path, strerror(errno));
|
die(3, "%s: %s", output_path, strerror(errno));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue