mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-07 23:51:21 -05:00
ITS#9292 Explicitly mention ldap_memfree
This commit is contained in:
parent
7077dc3138
commit
c109bdd755
1 changed files with 6 additions and 2 deletions
|
|
@ -250,7 +250,9 @@ returns in case of no activity.
|
|||
must be a
|
||||
.BR "struct timeval **"
|
||||
(the caller has to free
|
||||
.BR *outvalue ) ,
|
||||
.BR *outvalue
|
||||
using
|
||||
.BR ldap_memfree (3)),
|
||||
and
|
||||
.B invalue
|
||||
must be a
|
||||
|
|
@ -392,7 +394,9 @@ Sets/gets a timeout value for the synchronous API calls.
|
|||
must be a
|
||||
.BR "struct timeval **"
|
||||
(the caller has to free
|
||||
.BR *outvalue ) ,
|
||||
.BR *outvalue
|
||||
using
|
||||
.BR ldap_memfree (3)),
|
||||
and
|
||||
.B invalue
|
||||
must be a
|
||||
|
|
|
|||
Loading…
Reference in a new issue