Don't free pointer into contiguously allocated memory

This commit is contained in:
Luke Howard 2003-04-04 03:58:24 +00:00
parent 517900ec9b
commit 95f0c5d5e2

View File

@ -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 );