mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 07:12:56 -05:00
ITS#2542 fix?
This commit is contained in:
parent
2bb9a15d57
commit
3e7a533790
1 changed files with 0 additions and 5 deletions
|
|
@ -78,11 +78,6 @@ sl_mem_detach(
|
|||
void *memctx
|
||||
)
|
||||
{
|
||||
struct slab_heap *sh = memctx;
|
||||
int size = (char *) sh->h_end - (char *) sh->h_base;
|
||||
|
||||
sh->h_base = ch_realloc( sh->h_base, size );
|
||||
|
||||
ldap_pvt_thread_pool_setkey( ctx, sl_mem_init, NULL, NULL );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue