Skip to content

Commit 918bd0b

Browse files
committed
Close file_handle in fpm_main
1 parent b09be29 commit 918bd0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sapi/fpm/fpm/fpm_main.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1918,6 +1918,8 @@ consult the installation file that came with this distribution, or visit \n\
19181918

19191919
php_execute_script(&file_handle);
19201920

1921+
zend_destroy_file_handle(&file_handle);
1922+
19211923
fastcgi_request_done:
19221924
if (EXPECTED(primary_script)) {
19231925
efree(primary_script);

0 commit comments

Comments
 (0)