summaryrefslogtreecommitdiffstats
path: root/src/H5Fdbg.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-08-13 19:17:29 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-08-13 19:17:29 (GMT)
commit92b37616d2a1ec34a2d7bd34d05c5f6466f7da53 (patch)
tree782bdfeee57df4a5fc673c47c1917e92f6262468 /src/H5Fdbg.c
parent5e435bd8ac0b1d59a2c8461b960434b49b50a25f (diff)
downloadhdf5-92b37616d2a1ec34a2d7bd34d05c5f6466f7da53.zip
hdf5-92b37616d2a1ec34a2d7bd34d05c5f6466f7da53.tar.gz
hdf5-92b37616d2a1ec34a2d7bd34d05c5f6466f7da53.tar.bz2
[svn-r17354] Description:
Bring r17351 from trunk to 1.8 branch: Clean up code (to align w/future sblock_mdc branch changes), tweak tests for [slightly] easier debugging, fix memory leak when copying chunked datasets with I/O filters, fix memory leak of free space section when it was exactly the right size to use for extending an existing block in the file. Tested on: FreeBSD/32 6.3 (duty) in debug mode (h5committest performed on trunk)
Diffstat (limited to 'src/H5Fdbg.c')
-rw-r--r--src/H5Fdbg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fdbg.c b/src/H5Fdbg.c
index a4577c9..b570516 100644
--- a/src/H5Fdbg.c
+++ b/src/H5Fdbg.c
@@ -142,7 +142,7 @@ H5F_debug(H5F_t *f, FILE *stream, int indent, int fwidth)
/* Display root group symbol table entry info */
H5G_ent_debug(f, &root_ent, stream, indent + 3, MAX(0, fwidth - 3), NULL);
- }
+ } /* end else */
} /* end if */
done: