[CONPY-142] reference of connection->server_version_info is not decremented after close() method Created: 2021-02-09 Updated: 2021-02-09 Resolved: 2021-02-09 |
|
| Status: | Closed |
| Project: | MariaDB Connector/Python |
| Component/s: | Generic |
| Affects Version/s: | 1.0.5 |
| Fix Version/s: | 1.0.6 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When deleting a connection, the reference of connection->server_version_info needs to be decremented to prevent leakage. |
| Comments |
| Comment by Georg Richter [ 2021-02-09 ] |
|
Fixed. rev. 5f03209a53a5c4084ed7f970d5ae81e63f04187f |