Skip to content
Snippets Groups Projects
Commit c67781d0 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 86717ac2
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment