Fix a memory leak in ProcessManagementRecord()
authorPetr Písař <ppisar@redhat.com>
Tue, 30 Jul 2019 09:11:50 +0000 (11:11 +0200)
committerKaren Etheridge <ether@cpan.org>
Sat, 14 Dec 2019 18:14:48 +0000 (10:14 -0800)
commit16fe131b8a041d6c4de365f733f075c794aa0355
tree614404aa05d95030ed769e6e5a6f5a7f31b4d440
parentd0791df5bb39c825fb3bdf9126b7d8063bfcd017
Fix a memory leak in ProcessManagementRecord()

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