mirror of https://github.com/ecmwf/eccodes.git
Merge branch 'develop' into feature/ecbuild_3.4
This commit is contained in:
commit
7023f11019
|
@ -69,6 +69,7 @@ data/bufr/*test
|
||||||
|
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
.idea
|
.idea
|
||||||
|
.vscode
|
||||||
|
|
||||||
build/
|
build/
|
||||||
*.back
|
*.back
|
||||||
|
|
|
@ -1,19 +0,0 @@
|
||||||
{
|
|
||||||
"configurations": [
|
|
||||||
{
|
|
||||||
"name": "Linux",
|
|
||||||
"includePath": [
|
|
||||||
"/usr/include",
|
|
||||||
"/usr/include/linux",
|
|
||||||
"/usr/local/apps/gcc/7.3.0/lib64/gcc/x86_64-suse-linux/7.3.0/include",
|
|
||||||
"${workspaceRoot}"
|
|
||||||
],
|
|
||||||
"defines": [],
|
|
||||||
"compilerPath": "/usr/local/apps/gcc/7.3.0/bin/gcc",
|
|
||||||
"cStandard": "c89",
|
|
||||||
"cppStandard": "c++17",
|
|
||||||
"intelliSenseMode": "clang-x64"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"version": 4
|
|
||||||
}
|
|
|
@ -153,7 +153,7 @@ int main(int argc, char* argv[])
|
||||||
free(shortNames[i]);
|
free(shortNames[i]);
|
||||||
free(shortNames);
|
free(shortNames);
|
||||||
|
|
||||||
grib_context_delete(grib_context_get_default());
|
/*grib_context_delete(grib_context_get_default());*/
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
leak:process_elements
|
leak:process_elements
|
||||||
leak:tests/bufr_ecc-517.c
|
leak:tests/bufr_ecc-517.c
|
||||||
leak:src/action_class_rename.c
|
leak:src/action_class_rename.c
|
||||||
|
leak:tests/grib_indexing.c
|
||||||
|
|
Loading…
Reference in New Issue