mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#7390 fix slapd_rw_destroy
This commit is contained in:
parent
ad79308d5a
commit
867134d4ca
@ -1210,7 +1210,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;
|
||||
|
Loading…
Reference in New Issue
Block a user