]> Cypherpunks repositories - gostls13.git/commit
database/sql: add missing unlock when context is expired
authorDaniel Theophanes <kardianos@gmail.com>
Wed, 19 Oct 2016 19:26:55 +0000 (12:26 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 20 Oct 2016 08:48:44 +0000 (08:48 +0000)
commit692df217ca21b6df8e4dc65538fcc90733e8900e
tree72f1d8ac165603de470bbcfa187d6389fd3c6cf8
parent9cefbe9d03918c07451e5512cc4c227fb0d6885a
database/sql: add missing unlock when context is expired

Missing the DB mutex unlock on an early return after checking
if the context has expired.

Fixes #17518

Change-Id: I247cafcef62623d813f534a941f3d5a3744f0738
Reviewed-on: https://go-review.googlesource.com/31494
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/database/sql/sql.go