diff options
| author | Ben Foster | 2017-10-25 22:13:17 +0100 |
|---|---|---|
| committer | Ben Foster | 2017-10-26 21:14:00 +0100 |
| commit | eab3fb2fd6e6e827327a4971b3371fb67a7d8600 (patch) | |
| tree | fb0005218341c714c94b2036175d9d057765145a /src/snuffleupagus.c | |
| parent | fa40064f0851b988478b283be4663ade1cf7f7e0 (diff) | |
Free `config_disabled_constructs`
In reference to #43.
Diffstat (limited to 'src/snuffleupagus.c')
| -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 | ||
