PerfectlySoft / Perfect-MySQL

A stand-alone Swift wrapper around the MySQL client library, enabling access to MySQL servers.
https://www.perfect.org
Apache License 2.0
127 stars 62 forks source link

Update MySQLStmt.swift : Fixing leaks #46

Closed Sombre-Osmoze closed 5 years ago

Sombre-Osmoze commented 5 years ago

At line 756 the "scratch" reference is allocated but never free so it create a memory leaks for each myslq statement

kjessup commented 5 years ago

Thank you! This is tagged as 3.4.1.