Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2.0
-
Fix Version/s: 1.2.1
-
Component/s: httpd
-
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.