mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-03 05:30:07 -05:00
ITS#4003 frontend->be_replogfile can legitimately be set.
This commit is contained in:
parent
69dc0282b1
commit
d89cfddcde
1 changed files with 3 additions and 1 deletions
|
|
@ -477,7 +477,9 @@ int backend_destroy(void)
|
|||
}
|
||||
acl_destroy( bd->be_acl, frontendDB->be_acl );
|
||||
|
||||
assert( bd->be_replogfile == NULL );
|
||||
if ( bd->be_replogfile != NULL ) {
|
||||
free( bd->be_replogfile );
|
||||
}
|
||||
assert( bd->be_replica == NULL );
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue