[GRASS-SVN] r59217 - grass/branches/releasebranch_6_4/raster/wildfire/r.ros
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Mar 9 14:33:31 PDT 2014
Author: neteler
Date: 2014-03-09 14:33:31 -0700 (Sun, 09 Mar 2014)
New Revision: 59217
Modified:
grass/branches/releasebranch_6_4/raster/wildfire/r.ros/main.c
Log:
r.ros: do not double close spotdist map
Modified: grass/branches/releasebranch_6_4/raster/wildfire/r.ros/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/wildfire/r.ros/main.c 2014-03-09 12:28:49 UTC (rev 59216)
+++ grass/branches/releasebranch_6_4/raster/wildfire/r.ros/main.c 2014-03-09 21:33:31 UTC (rev 59217)
@@ -889,7 +889,6 @@
G_close_cell(maxdir_fd);
if (spotting) {
G_close_cell(spotdist_fd);
- G_close_cell(spotdist_fd);
G_free(map_elev);
}
More information about the grass-commit
mailing list