[MXS-324] HTTPD protocol leaks memory Created: 2015-08-21 Updated: 2015-09-17 Resolved: 2015-08-21 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | httpd |
| 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 httpd_close function in the httpd.c file doesn't free the buffers stored in the DCB's write and read queues. This causes each HTTP request to leak memory. |