Skip to content
Snippets Groups Projects
Commit 2e6cd122 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

plug one time leak

parent 82d3fbf4
No related branches found
No related tags found
No related merge requests found
......@@ -1030,6 +1030,10 @@ retcode_db_destroy( BackendDB *be )
ber_memfree( rdi->rdi_matched.bv_val );
}
if ( rdi->rdi_ref ) {
ber_bvarray_free( rdi->rdi_ref );
}
BER_BVZERO( &rdi->rdi_e.e_name );
BER_BVZERO( &rdi->rdi_e.e_nname );
......
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