mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Free any ADs attached to the undefined attribute type
This commit is contained in:
parent
d9fec6d815
commit
c962743263
1 changed files with 1 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ at_destroy( void )
|
|||
ldap_pvt_thread_mutex_destroy(&a->sat_ad_mutex);
|
||||
ldap_attributetype_free((LDAPAttributeType *)a);
|
||||
}
|
||||
ad_destroy(slap_schema.si_at_undefined->sat_ad);
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue