diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-16 21:00:13 (GMT) |
---|---|---|
committer | M. Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-11-29 16:27:00 (GMT) |
commit | fbae544330037bdaec14238a6486e8d0677eae4b (patch) | |
tree | ff7a1a1322d64b44bac2da50332d58fba94ff153 | |
parent | f4f94e1bf845e40ea085c93d03724ac96cb61b68 (diff) | |
download | hdf5-fbae544330037bdaec14238a6486e8d0677eae4b.zip hdf5-fbae544330037bdaec14238a6486e8d0677eae4b.tar.gz hdf5-fbae544330037bdaec14238a6486e8d0677eae4b.tar.bz2 |
Fix typo
-rw-r--r-- | src/H5PLint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5PLint.c b/src/H5PLint.c index e969cbf..33dda96 100644 --- a/src/H5PLint.c +++ b/src/H5PLint.c @@ -372,7 +372,7 @@ H5PL__open(const char *path, H5PL_type_t type, int id, hbool_t *success, const v done: if (!success && handle) - if (*plugin_info) { + if (*plugin_info) *plugin_info = (H5Z_class2_t *)H5MM_xfree(*plugin_info); if (H5PL__close(handle) < 0) HDONE_ERROR(H5E_PLUGIN, H5E_CLOSEERROR, FAIL, "can't close dynamic library") |