mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 12:09:35 -05:00
use ldap_charray_free() instead of slapd's charray_free()
This commit is contained in:
parent
86717ac2d9
commit
c67781d0ea
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue