mirror of https://github.com/ecmwf/eccodes.git
Testing: for the PR fix_free_concept_value
This commit is contained in:
parent
bf2aa48228
commit
51e764b910
|
@ -153,5 +153,7 @@ int main(int argc, char* argv[])
|
|||
free(shortNames[i]);
|
||||
free(shortNames);
|
||||
|
||||
grib_context_delete(grib_context_get_default());
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue