Skip to content

Commit

Permalink
remove code
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Aug 31, 2023
1 parent 78211cb commit eeb7b0b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ext-src/swoole_http_server.cc
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ void php_swoole_http_server_rinit() {
void php_swoole_http_server_rshutdown() {
if (SG(rfc1867_uploaded_files)) {
destroy_uploaded_files_hash();
FREE_HASHTABLE(SG(rfc1867_uploaded_files));
SG(rfc1867_uploaded_files) = nullptr;
}

Expand Down

0 comments on commit eeb7b0b

Please sign in to comment.