Skip to content
Snippets Groups Projects
Commit 4560bd6a authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Cleanup config items on destroy

parent 72643404
No related branches found
No related tags found
No related merge requests found
......@@ -46,6 +46,12 @@ perl_back_db_destroy(
ConfigReply *cr
)
{
PerlBackend *pb = be->be_private;
ch_free( pb->pb_module_name.bv_val );
ber_bvarray_free( pb->pb_module_path );
ber_bvarray_free( pb->pb_module_config );
free( be->be_private );
be->be_private = NULL;
......
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