libfcgi
libfcgi copied to clipboard
OS_LibShutdown is not called
Using the fcgiapp, OS_LibShutdown is never called, causing unfreed memory. As OS_LibInit is called in FCGX_Accept(), I guess OS_LibShutdown should be called in FCGX_Finish().