mirror of https://github.com/ecmwf/eccodes.git
ECC-1126: run with valgrind
This commit is contained in:
parent
f78f19c2e5
commit
1dd1500e91
|
@ -567,7 +567,6 @@ static void dump_string(grib_dumper* d, grib_accessor* a, const char* comment)
|
|||
p = value;
|
||||
r = compute_bufr_key_rank(h, self->keys, a->name);
|
||||
if (grib_is_missing_string(a, (unsigned char*)value, size)) {
|
||||
grib_context_free(c, value);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -509,7 +509,6 @@ static void dump_string(grib_dumper* d, grib_accessor* a, const char* comment)
|
|||
p = value;
|
||||
r = compute_bufr_key_rank(h, self->keys, a->name);
|
||||
if (grib_is_missing_string(a, (unsigned char*)value, size)) {
|
||||
grib_context_free(c, value);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
@ -522,7 +522,6 @@ static void dump_string(grib_dumper* d, grib_accessor* a, const char* comment)
|
|||
p = value;
|
||||
r = compute_bufr_key_rank(h, self->keys, a->name);
|
||||
if (grib_is_missing_string(a, (unsigned char*)value, size)) {
|
||||
grib_context_free(c, value);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue