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

ITS#7390 fix slapd_rw_destroy

parent e3defe90
No related branches found
No related tags found
No related merge requests found
......@@ -1090,7 +1090,6 @@ slapd_rw_destroy( void *private )
assert( private != NULL );
ch_free( md->base.bv_val );
ch_free( md->filter.bv_val );
ch_free( md );
return 0;
......
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