perl-catalyst / FCGI

Fast CGI module (https://metacpan.org/pod/FCGI)
Other
4 stars 6 forks source link

Fix a memory leak in ProcessManagementRecord() #4

Closed ppisar closed 4 years ago

ppisar commented 5 years ago

paramsPtr variable was always allocated but freed only if type was FCGI_GET_VALUES. In other cases the variable leaked. This patch fixes it.

karenetheridge commented 4 years ago

merged, thanks!