]> git.sur5r.net Git - openldap/commitdiff
Fix SLAP_CLEANUP (this #ifdef should really be removed)
authorKurt Zeilenga <kurt@openldap.org>
Thu, 19 Aug 1999 16:51:23 +0000 (16:51 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 19 Aug 1999 16:51:23 +0000 (16:51 +0000)
servers/slapd/back-ldbm/init.c

index 770f5883ed22cac6103ea4db2295aab1b90814aa..0949c0f0bd656d15e3e040e33362ddb647c0fadf 100644 (file)
@@ -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 );