mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
coverity scan, e is non-NULL
This commit is contained in:
parent
b7cfa97817
commit
f886eaa59c
@ -1496,9 +1496,7 @@ monitor_back_unregister_entry_attrs(
|
||||
ber_memfree( ndn.bv_val );
|
||||
}
|
||||
|
||||
if ( e ) {
|
||||
monitor_cache_release( mi, e );
|
||||
}
|
||||
monitor_cache_release( mi, e );
|
||||
|
||||
} else {
|
||||
entry_limbo_t **elpp;
|
||||
|
Loading…
Reference in New Issue
Block a user