Skip to content
Snippets Groups Projects
Commit 3e7a5337 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2542 fix?

parent 2bb9a15d
Branches
Tags
No related merge requests found
......@@ -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 );
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment