mirror of https://github.com/ecmwf/eccodes.git
Debug message for tracking accessor deletion
This commit is contained in:
parent
6e51ec39a9
commit
b451100e14
|
@ -503,6 +503,7 @@ void grib_accessor_delete(grib_context *ct, grib_accessor* a)
|
|||
}
|
||||
c = s;
|
||||
}
|
||||
/*printf("Debug: grib_accessor_delete a=%p (%s)\n", (void*)a, a->name);*/
|
||||
grib_context_free(ct,a);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue