git-svn-id: https://svn.osgeo.org/grass/grass/trunk@34395 15284696-431f-4ddb-bdfa-cd5b030d7da7
@@ -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);