Memory leak

This commit is contained in:
Shahram Najm 2020-03-29 22:08:53 +01:00
parent c22264f19d
commit 4f5511599e
1 changed files with 1 additions and 0 deletions

View File

@ -980,6 +980,7 @@ grib_index* grib_index_read(grib_context* c, const char* filename, int* err)
index->count = index_count;
fclose(fh);
grib_context_free(c, files);
return index;
}