Frees an LDAPControl structure.
#include <ldap.h>
void ldap_control_free (
LDAPControl *ctrl);
(IN) Points to the control structure to free.
If you have created a control, you should call this function to free the structure when you are finished with the control.