use ldap_charray_free() instead of slapd's charray_free()

This commit is contained in:
Kurt Zeilenga 2002-08-24 00:40:25 +00:00
parent 86717ac2d9
commit c67781d0ea

View File

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