Fix bindpath mem leak in cgi

Closes GH-4451.
This commit is contained in:
David Carlier 2019-07-21 14:48:46 +01:00 committed by Nikita Popov
parent 126dd8e1eb
commit b05f364333

View file

@ -1957,6 +1957,7 @@ consult the installation file that came with this distribution, or visit \n\
*/
tsrm_shutdown();
#endif
free(bindpath);
return FAILURE;
}
}