Skip to content

Commit

Permalink
fix gdo pool bug
Browse files Browse the repository at this point in the history
  • Loading branch information
huangjunshi committed May 17, 2021
1 parent 4b43a84 commit b0a4ded
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/gdo/pool/gdo_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ func createDataSource(driver *gdodriver.Driver) *gdobase.DataSource {
// private
func releaseDataSource(ds *gdobase.DataSource) {
if ds != nil {
ds.Conn.Close()
ds = nil
}
// for debug
Expand Down

0 comments on commit b0a4ded

Please sign in to comment.