ldapDelete(3ibx) — Subroutines
NAME
ldapDelete − Frees memory and removes any remaining context after an unsuccessful call to the ldapUnBind function.
SYNOPSIS
#include <libldap.h>
void ldapDelete(LDAP_t ∗ldap_handle);
INPUT PARAMETERS
ldap_handleThe address of an LDAP handle.
DESCRIPTION
The ldapDelete function disassociates any remaining context stored by the ldap_handle structure. Call this function only if a call to ldapUnBind fails.
RELATED INFORMATION
Functions: ldapUnBind(3).