summaryrefslogtreecommitdiffstats
path: root/src/H5Zdeflate.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Zdeflate.c')
-rw-r--r--src/H5Zdeflate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Zdeflate.c b/src/H5Zdeflate.c
index 09cd7a0..3c91836 100644
--- a/src/H5Zdeflate.c
+++ b/src/H5Zdeflate.c
@@ -127,7 +127,7 @@ H5Z_filter_deflate (unsigned flags, size_t cd_nelmts,
done:
if(outbuf)
H5MM_xfree(outbuf);
- FUNC_LEAVE (ret_value);
+ FUNC_LEAVE_NOAPI(ret_value);
}
#endif /* H5_HAVE_FILTER_DEFLATE */