Commit 749d3c85 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent a01ce812
......@@ -99,4 +99,6 @@ func (p *connPool) putConn(conn *sqlite3.Conn) {
p.connv = append(p.connv, conn)
}
p.mu.Unlock()
// XXX Close conn that is put after pool.Close()
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment