Skip to content
Snippets Groups Projects
Commit 0ced1a9b authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix SLAP_CLEANUP (this #ifdef should really be removed)

parent 2d6460f8
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment