mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Don't free pointer into contiguously allocated memory
This commit is contained in:
parent
517900ec9b
commit
95f0c5d5e2
@ -226,7 +226,6 @@ conn_free(
|
||||
if ( lsc->bound_dn.bv_val ) {
|
||||
ber_memfree( lsc->bound_dn.bv_val );
|
||||
}
|
||||
free( lsc );
|
||||
}
|
||||
free( lc->conns );
|
||||
free( lc );
|
||||
|
Loading…
Reference in New Issue
Block a user