Debug message for tracking accessor deletion

This commit is contained in:
Shahram Najm 2016-12-21 13:22:40 +00:00
parent 6e51ec39a9
commit b451100e14
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}