mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-29 18:09:26 -05:00
fix -USLAPD_SCHEMA_NOT_COMPAT
This commit is contained in:
parent
58d25f4ab1
commit
9d8f60e63c
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue