Fix cursor not being closed before txn was committed
This commit is contained in:
parent
c3efab43fb
commit
f688e15379
@ -1337,6 +1337,7 @@ Cache::runMigrations()
|
||||
megolmSessionData[indexVal.dump()] = data.dump();
|
||||
}
|
||||
}
|
||||
cursor.close();
|
||||
inboundMegolmSessionDb.drop(txn, false);
|
||||
megolmSessionDataDb.drop(txn, false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user