Testing: for the PR fix_free_concept_value

This commit is contained in:
Shahram Najm 2020-08-25 13:23:24 +01:00
parent bf2aa48228
commit 51e764b910
1 changed files with 2 additions and 0 deletions

View File

@ -153,5 +153,7 @@ int main(int argc, char* argv[])
free(shortNames[i]);
free(shortNames);
grib_context_delete(grib_context_get_default());
return 0;
}