mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ainfo_free no longer needed
This commit is contained in:
parent
383939f18f
commit
18ae339b0f
@ -213,15 +213,8 @@ attr_index_config(
|
|||||||
return LDAP_SUCCESS;
|
return LDAP_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
|
||||||
ainfo_free( void *attr )
|
|
||||||
{
|
|
||||||
free( attr );
|
|
||||||
}
|
|
||||||
|
|
||||||
void
|
void
|
||||||
attr_index_destroy( Avlnode *tree )
|
attr_index_destroy( Avlnode *tree )
|
||||||
{
|
{
|
||||||
avl_free( tree, ainfo_free );
|
avl_free( tree, free );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user