From: Kurt Zeilenga Date: Thu, 19 Aug 1999 16:51:23 +0000 (+0000) Subject: Fix SLAP_CLEANUP (this #ifdef should really be removed) X-Git-Tag: TWEB_OL_BASE~163 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0ced1a9b1ecad0aabc610167b3e97be738ed8344;p=openldap Fix SLAP_CLEANUP (this #ifdef should really be removed) --- diff --git a/servers/slapd/back-ldbm/init.c b/servers/slapd/back-ldbm/init.c index 770f5883ed..0949c0f0bd 100644 --- a/servers/slapd/back-ldbm/init.c +++ b/servers/slapd/back-ldbm/init.c @@ -173,7 +173,6 @@ ldbm_back_db_destroy( /* should free/destroy every in be_private */ #ifdef SLAP_CLEANUP struct ldbminfo *li = (struct ldbminfo *) be->be_private; - free( li->li_nextid_file ); free( li->li_directory ); attr_index_destroy( li->li_attrs );