fix -USLAPD_SCHEMA_NOT_COMPAT

This commit is contained in:
Kurt Zeilenga 2000-05-27 20:40:26 +00:00
parent 58d25f4ab1
commit 9d8f60e63c

View File

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