mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
ObjectClass cleanup
This commit is contained in:
parent
16934eb8ef
commit
be1a5057a9
1 changed files with 1 additions and 0 deletions
|
|
@ -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 a new issue