mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
coverity scan, e is non-NULL
This commit is contained in:
parent
b7cfa97817
commit
f886eaa59c
1 changed files with 1 additions and 3 deletions
|
|
@ -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 a new issue