File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -228,6 +228,7 @@ static PHP_RSHUTDOWN_FUNCTION(phpdbg) /* {{{ */
228
228
zend_hash_destroy (& PHPDBG_G (bp )[PHPDBG_BREAK_METHOD ]);
229
229
zend_hash_destroy (& PHPDBG_G (bp )[PHPDBG_BREAK_COND ]);
230
230
zend_hash_destroy (& PHPDBG_G (bp )[PHPDBG_BREAK_MAP ]);
231
+ zend_hash_destroy (& PHPDBG_G (file_sources ));
231
232
zend_hash_destroy (& PHPDBG_G (seek ));
232
233
zend_hash_destroy (& PHPDBG_G (registered ));
233
234
zend_hash_destroy (& PHPDBG_G (watchpoints ));
@@ -2136,8 +2137,6 @@ int main(int argc, char **argv) /* {{{ */
2136
2137
wrapper -> wops -> stream_opener = PHPDBG_G (orig_url_wrap_php );
2137
2138
}
2138
2139
2139
- zend_hash_destroy (& PHPDBG_G (file_sources ));
2140
-
2141
2140
zend_try {
2142
2141
php_module_shutdown ();
2143
2142
} zend_end_try ();
You can’t perform that action at this time.
0 commit comments