[CONPY-132] Memory leak in connection pool Created: 2020-11-23 Updated: 2020-11-23 Resolved: 2020-11-23 |
|
| 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: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
After closing a Connection Pool the application will leak, since the internal pool_name was not freed. |
| Comments |
| Comment by Georg Richter [ 2020-11-23 ] |
|
Fixed in 1.0.5 - rev. 0f0468a085b04a3e98ac093290c94f517b5edada |