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