mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
cleanup
This commit is contained in:
parent
143635437a
commit
595d41b421
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ meta_back_candidates_get( Operation *op )
|
|||
}
|
||||
|
||||
if ( data == NULL ) {
|
||||
data = ber_memalloc( sizeof( SlapReply ) * mi->mi_ntargets );
|
||||
data = ch_calloc( sizeof( SlapReply ), mi->mi_ntargets );
|
||||
if ( op->o_threadctx ) {
|
||||
ldap_pvt_thread_pool_setkey( op->o_threadctx,
|
||||
meta_back_candidate_keyfree, data,
|
||||
|
|
|
|||
Loading…
Reference in a new issue