diff options
| -rw-r--r-- | src/snuffleupagus.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/snuffleupagus.c b/src/snuffleupagus.c index 01bc4f6..1c0455f 100644 --- a/src/snuffleupagus.c +++ b/src/snuffleupagus.c | |||
| @@ -122,6 +122,8 @@ PHP_MSHUTDOWN_FUNCTION(snuffleupagus) { | |||
| 122 | pefree(SNUFFLEUPAGUS_G(config.config_disabled_functions), 1); | 122 | pefree(SNUFFLEUPAGUS_G(config.config_disabled_functions), 1); |
| 123 | sp_list_free(SNUFFLEUPAGUS_G(config.config_disabled_functions_ret->disabled_functions)); | 123 | sp_list_free(SNUFFLEUPAGUS_G(config.config_disabled_functions_ret->disabled_functions)); |
| 124 | pefree(SNUFFLEUPAGUS_G(config.config_disabled_functions_ret), 1); | 124 | pefree(SNUFFLEUPAGUS_G(config.config_disabled_functions_ret), 1); |
| 125 | sp_list_free(SNUFFLEUPAGUS_G(config.config_disabled_constructs->construct_include)); | ||
| 126 | pefree(SNUFFLEUPAGUS_G(config.config_disabled_constructs), 1); | ||
| 125 | 127 | ||
| 126 | UNREGISTER_INI_ENTRIES(); | 128 | UNREGISTER_INI_ENTRIES(); |
| 127 | 129 | ||
