[CONC-588] memory leak when setting proxy header Created: 2022-04-19 Updated: 2023-01-25 Resolved: 2022-04-19 |
|
| Status: | Closed |
| Project: | MariaDB Connector/C |
| Component/s: | Other |
| Affects Version/s: | 3.3.0, 3.2.6, 3.1.16 |
| Fix Version/s: | 3.2.7, 3.3.1, 3.1.17 |
| Type: | Bug | Priority: | Major |
| Reporter: | Georg Richter | Assignee: | Georg Richter |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
When setting proxy header via mysql_optionsv(mysql, MYSQL_OPT_PROXY_HEADER, ..) allocated memory will not be freed when closing connection. |
| Comments |
| Comment by Georg Richter [ 2022-04-19 ] |
|
Fixed. rev. f192d3d1bac7e9f225955039051e7d1d6696bb8f |