summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/dsets.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/dsets.c b/test/dsets.c
index c099f9e..7a25f03 100644
--- a/test/dsets.c
+++ b/test/dsets.c
@@ -487,6 +487,8 @@ test_simple_io(const char *env_h5_drvr, hid_t fapl)
return 0;
error:
+ if(tconv_buf)
+ HDfree (tconv_buf);
return -1;
}