Skip to content

Commit

Permalink
reset pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanFreeman committed Nov 9, 2023
1 parent 4286540 commit 2e3238e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext-src/php_swoole.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1011,6 +1011,7 @@ PHP_RINIT_FUNCTION(swoole) {

if (UNEXPECTED(old_zend_execute_ex)) {
zend_execute_ex = old_zend_execute_ex;
old_zend_execute_ex = nullptr;
}
}

Expand Down

0 comments on commit 2e3238e

Please sign in to comment.