mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-23 14:09:39 +08:00
ObjectClass cleanup
This commit is contained in:
parent
16934eb8ef
commit
be1a5057a9
@ -385,6 +385,7 @@ oc_destroy( void )
|
||||
if (o->soc_sups) ldap_memfree(o->soc_sups);
|
||||
if (o->soc_required) ldap_memfree(o->soc_required);
|
||||
if (o->soc_allowed) ldap_memfree(o->soc_allowed);
|
||||
if (o->soc_oidmacro) ldap_memfree(o->soc_oidmacro);
|
||||
ldap_objectclass_free((LDAPObjectClass *)o);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user