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

Re: LDAP structure



At 12:06 PM 9/9/2004, West, Michael, Jr (Mike) wrote:
>When ldap_initialize is called it returns a pointer to an LDAP structure it allocates. When the operation is finished (after the _bind, ..., _unbind), how do I free the memory that ldap_initialize created for the LDAP structure it returns?

It's freed by the call to ldap_unbind(3).