Plug txn leak and MDB_NOTLS slot leaks on error.
authorHallvard Furuseth <hallvard@openldap.org>
Sat, 4 May 2013 10:31:31 +0000 (12:31 +0200)
committerHallvard Furuseth <hallvard@openldap.org>
Sat, 4 May 2013 10:31:31 +0000 (12:31 +0200)
commitdca0cef678c285c6a173147a70fd8692ce447f62
treeaa4fbcb645e1ccbacc78fa6f23ef38043c5984c7
parentf45d40a88bc10b2d1abab43712469309a26c6d98
Plug txn leak and MDB_NOTLS slot leaks on error.

On mdb_env_copy() error: Abort the txn.
On mdb_txn_renew0() error: Release new MDB_NOTLS reader slot.
libraries/liblmdb/mdb.c