Closed ppisar closed 4 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.
merged, thanks!
paramsPtr variable was always allocated but freed only if type was FCGI_GET_VALUES. In other cases the variable leaked. This patch fixes it.