Browse Source

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 16 năm trước cách đây
mục cha
commit
0c0afb8d85
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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);