• Brad Fitzpatrick's avatar
    exp/sql: fix statement leak · 1c441e25
    Brad Fitzpatrick authored
    Also verified in external test suite that this fixes MySQL
    resource exhaustion problems, and also exposed a double-free
    bug in the gosqlite3 driver (where gosqlite3 either got lucky
    before, or was working around this bug)
    
    R=golang-dev, rsc
    CC=golang-dev
    https://golang.org/cl/5544057
    1c441e25
sql.go 21.8 KB