mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#7323 plug leak in online indexer
This commit is contained in:
parent
43d47c46a7
commit
6934696c23
@ -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 New Issue
Block a user