libfcgi icon indicating copy to clipboard operation
libfcgi copied to clipboard

CPPCHECK: [fastcgi-2.4/cgi-fcgi/cgi-fcgi.c:628]: (error) Resource leak: fp

Open scotty-utb opened this issue 6 years ago • 0 comments

Hello,

(i am assigned to check every single component of our project.)

using: cppcheck -q --force --enable=warning --inconclusive -v .

cppcheck is reporting: [fastcgi-2.4/cgi-fcgi/cgi-fcgi.c:628]: (error) Resource leak: fp

Issue: Returning from ParseArgs() without fclose(fp);

scotty-utb avatar Feb 06 '19 11:02 scotty-utb