[MXS-325] Maxinfo HTTP interface leaks memory Created: 2015-08-21 Updated: 2015-09-17 Resolved: 2015-08-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | maxinfo |
| Affects Version/s: | 1.2.0 |
| Fix Version/s: | 1.2.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | markus makela | Assignee: | markus makela |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
The handle_url function in maxinfo.c does not free the GWBUF buffer passed to it. This causes each request through the HTTP interface to leak memory. |