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

fix -USLAPD_SCHEMA_NOT_COMPAT

parent 58d25f4a
Branches
Tags
No related merge requests found
......@@ -578,7 +578,9 @@ return_error:
ber_bvfree( f->f_sub_initial );
ber_bvecfree( f->f_sub_any );
ber_bvfree( f->f_sub_final );
#ifdef SLAPD_SCHEMA_NOT_COMPAT
ch_free( f->f_sub );
#endif
return rc;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment