mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Don't free pointer into contiguously allocated memory
This commit is contained in:
parent
517900ec9b
commit
95f0c5d5e2
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue