mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-10 06:13:19 -05:00
Stop processing if we freed the client
This commit is contained in:
parent
f7cf34e69c
commit
e03c9e6fb4
1 changed files with 3 additions and 0 deletions
|
|
@ -843,5 +843,8 @@ fail:
|
|||
op->o_client_refcnt--;
|
||||
operation_destroy_from_client( op );
|
||||
CLIENT_UNLOCK_OR_DESTROY(client);
|
||||
if ( !client ) {
|
||||
rc = -1;
|
||||
}
|
||||
return rc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue