[Date Prev][Date Next] [Chronological] [Thread] [Top]

RE: memory leaks (Warning: L-O-N-G response, discussion solicited)



At 10:50 AM 1/19/99 -0800, Kurt D. Zeilenga wrote:
>I'll be updating ldap_first/next_attribute soon (in -devel only)
>with IETF LDAPEXT C API handling of the ber attribute which is a
>bit different from the U-Mich handling.

I should not for OpenLDAP 1.x users that the memory handling
behavior with remain as is.   That is, when the call returns
NULL, the caller check lderrno == LDAP_DECODING_ERROR to see
if ber_free() was called or not.

Kurt