close zone.tab file after having read all entries

This commit is contained in:
mfranz
2006-03-14 12:58:28 +00:00
parent 2e078aff7d
commit f96f083bb5

View File

@@ -151,6 +151,7 @@ SGTimeZoneContainer::SGTimeZoneContainer(const char *filename)
errno = 0;
}
}
fclose(infile);
}
SGTimeZoneContainer::~SGTimeZoneContainer()