summaryrefslogtreecommitdiffstats
path: root/src/H5HLint.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-04-21 13:10:26 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-04-21 13:10:26 (GMT)
commitc9a21e932e179e8a12106d5c98f9357b12aa6e3f (patch)
treeab184e76824e8b4250ad9bf38286a65227fe2407 /src/H5HLint.c
parent7ba692badf9a1bafb9d3b2f72efbbdf773b5932a (diff)
parent9e5dbf69062d4d2cb40ba8f68edb355477fc9b67 (diff)
downloadhdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.zip
hdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.tar.gz
hdf5-c9a21e932e179e8a12106d5c98f9357b12aa6e3f.tar.bz2
Merge pull request #2527 in HDFFV/hdf5 from trim_whitespace to develop
* commit '9e5dbf69062d4d2cb40ba8f68edb355477fc9b67': Trim trailing whitespace
Diffstat (limited to 'src/H5HLint.c')
-rw-r--r--src/H5HLint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HLint.c b/src/H5HLint.c
index e625f3d..cc3e3ea 100644
--- a/src/H5HLint.c
+++ b/src/H5HLint.c
@@ -213,7 +213,7 @@ CATCH
if(NULL != (fl = H5FL_FREE(H5HL_free_t, fl)))
H5E_THROW(H5E_CANTFREE, "unable to free local heap free list");
} /* end while */
-
+
if(NULL != (heap = H5FL_FREE(H5HL_t, heap)))
H5E_THROW(H5E_CANTFREE, "unable to free local heap");