mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
use ldap_charray_free() instead of slapd's charray_free()
This commit is contained in:
parent
86717ac2d9
commit
c67781d0ea
@ -245,7 +245,7 @@ backsql_FreeRow( BACKSQL_ROW_NTS *row )
|
||||
}
|
||||
|
||||
ber_bvarray_free( row->col_names );
|
||||
charray_free( row->cols );
|
||||
ldap_charray_free( row->cols );
|
||||
free( row->col_prec );
|
||||
free( row->is_null );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user