Fix documentation: a Mad is freed using mad_free() not free(3).
Actually, mad_free() only calls free(3) but for the sake of consistency, document the proper interface.
This commit is contained in:
parent
d88aa9b29b
commit
1839e32df8
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ The
|
||||||
function return
|
function return
|
||||||
.Va NULL
|
.Va NULL
|
||||||
on failure and allocates memory that has to be freed using
|
on failure and allocates memory that has to be freed using
|
||||||
.Xr free 3
|
.Fn mad_free
|
||||||
on success.
|
on success.
|
||||||
Unless stated otherwise, all other functions return a value greater than or equal to
|
Unless stated otherwise, all other functions return a value greater than or equal to
|
||||||
.Va 0
|
.Va 0
|
||||||
|
|
Loading…
Reference in a new issue