Explorar o código

Close ellipse.table file when done (suggest backporting)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34395 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements %!s(int64=16) %!d(string=hai) anos
pai
achega
0c0afb8d85
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      lib/gis/get_ellipse.c

+ 3 - 0
lib/gis/get_ellipse.c

@@ -322,6 +322,9 @@ static int read_ellipsoid_table(int fatal)
 	    continue;
 	}
     }
+
+    fclose(fd);
+
     if (!err) {
 	/* over correct typed version */
 	qsort(table, count, sizeof(*table), compare_table_names);