Frees the memory allocated to an LDAPSchema handle.
#include <ldap.h>
int ldap_schema_free (
LDAPSchema *schema);
(IN) Handle to a local copy of directory schema.
See the LDAP Return Codes
for return values.
For every handle created by ldap_schema_fetch, ldap_schema_free must be called to free the memory.