Skip to content

Commit f125ec2

Browse files
Merge pull request #10 from ShawnLaMountain/main
Fixed locking issue in BaseBridge when adding
2 parents fccee97 + f6e7376 commit f125ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ThunderDesign.Net-PCL.SQLite/Bridges/BaseBridge.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public BaseBridge(ISQLiteTable<TValue> bridgeTable) : base()
4646
}
4747
finally
4848
{
49-
_ReaderWriterLockSlim.EnterUpgradeableReadLock();
49+
_ReaderWriterLockSlim.ExitUpgradeableReadLock();
5050
}
5151
}
5252

0 commit comments

Comments
 (0)