diff options
Diffstat (limited to '')
-rw-r--r-- | src/libcoopgamma.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libcoopgamma.c b/src/libcoopgamma.c index 9cf6b2a..dc3b4e3 100644 --- a/src/libcoopgamma.c +++ b/src/libcoopgamma.c @@ -190,8 +190,9 @@ int libcoopgamma_ramps_initialise_(void* restrict this, size_t width) /** * Release all resources allocated to a `libcoopgamma_ramps8_t`, `libcoopgamma_ramps16_t`, - * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, or - * `libcoopgamma_rampsd_t`, the allocation of the record itself is not freed + * `libcoopgamma_ramps32_t`, `libcoopgamma_ramps64_t`, `libcoopgamma_rampsf_t`, + * `libcoopgamma_rampsd_t`, or `libcoopgamma_ramps_t`, the allocation of the record + * itself is not freed * * Always call this function after failed call to `libcoopgamma_ramps_initialise` * or failed call to `libcoopgamma_ramps_unmarshal` |