mirror of
https://github.com/mapbox/tippecanoe.git
synced 2025-04-01 16:30:35 +00:00
Remove temporary files that were accidentally left in place
This commit is contained in:
parent
9f2e221338
commit
b47653e2e6
@ -1491,6 +1491,7 @@ int read_json(int argc, char **argv, char *fname, const char *layername, int max
|
||||
perror(geomname);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
unlink(geomname);
|
||||
int geomfd2;
|
||||
|
||||
/* Sort the index by geometry */
|
||||
@ -1625,6 +1626,7 @@ int read_json(int argc, char **argv, char *fname, const char *layername, int max
|
||||
perror(geomname);
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
unlink(geomname);
|
||||
|
||||
for (i = 0; i < CPUS; i++) {
|
||||
if (reader[i].geomst.st_size > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user