mirror of https://github.com/ecmwf/eccodes.git
Memory leak
This commit is contained in:
parent
1d59a71be9
commit
6fb7c21a2d
|
@ -423,6 +423,7 @@ int grib_fieldset_apply_where(grib_fieldset* set, const char* where_string)
|
||||||
|
|
||||||
print_math(m);
|
print_math(m);
|
||||||
printf("\n");
|
printf("\n");
|
||||||
|
grib_math_delete(set->context, m);
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue