[GRASS-SVN] r67528 - grass/branches/releasebranch_7_0/raster/r.fill.dir

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Jan 9 06:00:01 PST 2016


Author: annakrat
Date: 2016-01-09 06:00:01 -0800 (Sat, 09 Jan 2016)
New Revision: 67528

Modified:
   grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c
Log:
r.fill.dir: remove temporary files when done (merge from trunk, r67527)

Modified: grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c	2016-01-09 13:58:09 UTC (rev 67527)
+++ grass/branches/releasebranch_7_0/raster/r.fill.dir/main.c	2016-01-09 14:00:01 UTC (rev 67528)
@@ -271,6 +271,10 @@
     Rast_close(dir_id);
     close(fd);
 
+    unlink(tempfile1);
+    unlink(tempfile2);
+    unlink(tempfile3);
+
     G_free(in_buf);
     G_free(out_buf);
 



More information about the grass-commit mailing list