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

Plug mem leak in slapindex

parent 399572ba
Branches
Tags
No related merge requests found
......@@ -453,6 +453,7 @@ done:
#endif
e->e_id = NOID;
}
bdb_entry_release( &op, e, 0 );
return rc;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment