Skip to content

Commit

Permalink
Correctly accounts for situations where Dispose is called twice. Asso…
Browse files Browse the repository at this point in the history
…ciated with closed call #10.
  • Loading branch information
hisystems committed Mar 22, 2012
1 parent a2b45e2 commit 9ab528f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Database/ConnectionScope.vb
Expand Up @@ -110,6 +110,7 @@ Public Class ConnectionScope

If Not Me._disposed Then
_connection.Finished()
Me._disposed = True
End If

GC.SuppressFinalize(Me)
Expand Down

0 comments on commit 9ab528f

Please sign in to comment.