go-gorm / gorm

The fantastic ORM library for Golang, aims to be developer friendly
https://gorm.io
MIT License
37.02k stars 3.94k forks source link

fix memory leaks in PrepareStatementDB #7142

Closed ivila closed 3 months ago

ivila commented 3 months ago

What did this pull request do?

Fix the issue #7137

User Case Description

Just fix the memory leaks.

a631807682 commented 3 months ago

Can you add some unit tests in tests/prepared_stmt_test.go?

ivila commented 3 months ago

Can you add some unit tests in tests/prepared_stmt_test.go?

Done, anything else?