From: Howard Chu Date: Mon, 22 Oct 2001 15:58:44 +0000 (+0000) Subject: Don't free entries since the tools realloc the buffers. X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~948 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0185b79559c81553459f7249292591790a62782c;p=openldap Don't free entries since the tools realloc the buffers. --- diff --git a/servers/slapd/back-bdb/tools.c b/servers/slapd/back-bdb/tools.c index fc584a7ffc..ae7e66a0e1 100644 --- a/servers/slapd/back-bdb/tools.c +++ b/servers/slapd/back-bdb/tools.c @@ -244,6 +244,5 @@ int bdb_tool_entry_reindex( } done: - entry_free( e ); return rc; }