[CONPY-126] Memory leak on connection object Created: 2020-10-31 Updated: 2021-02-09 Resolved: 2020-11-01 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.4 |
| Fix Version/s: | 1.0.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Luciano Barcaro | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Found a small memory leak on mariadb connection object.
Just in a few iterations the memory usage report grows if mariadb is used. |
| Comments |
| Comment by Georg Richter [ 2020-11-01 ] |
|
Fixed - rev. 37864dd8311a9cbac5ae77bde653ec15162b7142 |
| Comment by Gregory Gygax [ 2021-02-09 ] |
|
1.0.5 does not fix the issue for me. Using the sample script, I can still observe memory usage growing. Using python3.9 on arch linux. |
| Comment by Georg Richter [ 2021-02-09 ] |
|
Gregory, unfortunately we added another leak after closing this issue. See CONC-142 |