don't bother releasing memory, it's not helping :(

This commit is contained in:
kim 2024-04-18 12:19:46 +01:00
parent f6fd692b46
commit c962fcf02c
1 changed files with 1 additions and 2 deletions

View File

@ -290,8 +290,7 @@ func (c *SQLiteConn) Close() (err error) {
_ = raw.SetInterrupt(old)
cncl()
// Finally, release + close.
_ = raw.ReleaseMemory()
// Finally, close.
err = raw.Close()
return
}