Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
database/sql: fix memory leaks in Stmt.removeClosedStmtLocked
Zero out elements before shrinking the slice to avoid memory leaks. Fixes golang#66410.
- Loading branch information