From c96d841efa7f9ac753a1b801432b6f541470e06e Mon Sep 17 00:00:00 2001 From: Patrick Lu Date: Thu, 24 Feb 2000 11:52:12 -0500 Subject: [svn-r1988] fixed the crashing bug on sangamon with the shared libs. I had a line thet closed the attribute that wasn't ever opened. deleted the line and it was all ok. --- tools/h5dump.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/h5dump.c b/tools/h5dump.c index d3f5699..93b6c4b 100644 --- a/tools/h5dump.c +++ b/tools/h5dump.c @@ -1150,7 +1150,6 @@ dump_data (hid_t obj_id, int obj_data) { H5Tclose(p_type); H5Sclose(space); H5Tclose(type); - H5Aclose(attr); } -- cgit v0.12