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

Don't free entries since the tools realloc the buffers.

parent 11d884b8
Branches
Tags
No related merge requests found
......@@ -244,6 +244,5 @@ int bdb_tool_entry_reindex(
}
done:
entry_free( e );
return rc;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment