diff options
-rw-r--r-- | sapi/cgi/cgi_main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 81de65351f..c885f30677 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; } } |