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

LDAP structure



Title: LDAP structure

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?

Should I just use free()?

Thanks.

Mike West
mjwest@avaya.com