diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 81de65351fa..c885f306774 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -1957,6 +1957,7 @@ consult the installation file that came with this distribution, or visit \n\ */ tsrm_shutdown(); #endif + free(bindpath); return FAILURE; } }