]> Cypherpunks repositories - gostls13.git/commit
database/sql: fix possible context leak in test
authorAlexander Döring <email@alexd.ch>
Sun, 23 Oct 2016 21:13:59 +0000 (23:13 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 24 Oct 2016 17:56:11 +0000 (17:56 +0000)
commit0fff67d191514d4eab9e5fd1f078a8c66c8550fd
tree7df86da10e50171a0c1b090cce794bc71d51eedf
parentaccf5cc3862830bb8bb54af31aa1861e6a2b8481
database/sql: fix possible context leak in test

Fixes #17560

Change-Id: I96fcdec87220391ef5432571b5c090b5be27491a
Reviewed-on: https://go-review.googlesource.com/31771
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_test.go