mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
fix -USLAPD_SCHEMA_NOT_COMPAT
This commit is contained in:
parent
58d25f4ab1
commit
9d8f60e63c
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user