ITS#7323 plug leak in online indexer

This commit is contained in:
Howard Chu 2012-07-12 02:36:12 -07:00
parent 43d47c46a7
commit 6934696c23

View File

@ -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;