.TH CLDAP_CLOSE 3 "22 September 1998" "OpenLDAP LDVERSION" .SH NAME cldap_close \- Dispose of Connectionless LDAP Pointer .SH SYNOPSIS .nf .ft B #include #include .LP .ft B void cldap_close( ld ) .ft LDAP *ld; .SH DESCRIPTION .LP The .B cldap_close() routine disposes of memory allocated by .BR cldap_open (3). It should be called when all CLDAP communication is complete. .LP .B cldap_close() takes a single parameter \fIld\fP, the LDAP pointer returned by a previous call to .BR cldap_open (3). .SH SEE ALSO .BR ldap (3), .BR cldap_open (3), .BR cldap_search_s (3), .BR cldap_setretryinfo (3) .SH ACKNOWLEDGEMENTS .B OpenLDAP is developed and maintained by The OpenLDAP Project (http://www.openldap.org/). .B OpenLDAP is derived from University of Michigan LDAP 3.3 Release.