Memory leak

This commit is contained in:
Shahram Najm 2021-08-20 16:09:41 +01:00
parent 1d59a71be9
commit 6fb7c21a2d
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ int grib_fieldset_apply_where(grib_fieldset* set, const char* where_string)
print_math(m);
printf("\n");
grib_math_delete(set->context, m);
return err;
}