mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
ITS#7323 plug leak in online indexer
This commit is contained in:
parent
43d47c46a7
commit
6934696c23
1 changed files with 1 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ mdb_online_index( void *ctx, void *arg )
|
|||
break;
|
||||
}
|
||||
rc = mdb_index_entry( op, txn, MDB_INDEX_UPDATE_OP, e );
|
||||
mdb_entry_return( op, e );
|
||||
if ( rc == 0 ) {
|
||||
rc = mdb_txn_commit( txn );
|
||||
txn = NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue