mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix bindpath mem leak in cgi
Closes GH-4451.
This commit is contained in:
parent
126dd8e1eb
commit
b05f364333
1 changed files with 1 additions and 0 deletions
|
@ -1957,6 +1957,7 @@ consult the installation file that came with this distribution, or visit \n\
|
|||
*/
|
||||
tsrm_shutdown();
|
||||
#endif
|
||||
free(bindpath);
|
||||
return FAILURE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue