mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
ITS#4003 frontend->be_replogfile can legitimately be set.
This commit is contained in:
parent
69dc0282b1
commit
d89cfddcde
@ -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 New Issue
Block a user