summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Zend/zend_string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/Zend/zend_string.c b/Zend/zend_string.c
index 3da95bd674..4e7bcfc9fc 100644
--- a/Zend/zend_string.c
+++ b/Zend/zend_string.c
@@ -122,6 +122,8 @@ void zend_interned_strings_dtor(void)
free(CG(known_strings));
CG(known_strings) = NULL;
CG(known_strings_count) = 0;
+ known_interned_strings = NULL;
+ known_interned_strings_count = 0;
}
static zend_string *zend_new_interned_string_int(zend_string *str)