[CONC-602] Memory leak in non blocking mode Created: 2022-06-27 Updated: 2022-07-25 Resolved: 2022-07-25 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Non blocking API |
| Affects Version/s: | 3.3.1 |
| Fix Version/s: | 3.3.2 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
This issue was initialliy If an attempt to connect to a remote server was aborted via mysql_close() allocated memory for addrinfo wlll not be freed. Example:
|