Skip to content

Commit

Permalink
Update Requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shubham Vasudeo Desai committed Dec 9, 2024
1 parent 2c33094 commit 52a81e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/raster/put_title.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ int Rast_put_cell_title(const char *name, const char *title)
if (!out) {
fclose(in);
G_warning(_("G_put_title - can't create a temp file"));
remove(tempfile);
G_free(tempfile);
return -1;
}
Expand Down

0 comments on commit 52a81e9

Please sign in to comment.