summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/string.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/string.c b/src/core/string.c
index e35f416..081e03d 100644
--- a/src/core/string.c
+++ b/src/core/string.c
@@ -40,6 +40,8 @@ struct dom_string {
static struct dom_string empty_string = {
.ptr = NULL,
.len = 0,
+ .intern = NULL,
+ .context = NULL,
.alloc = NULL,
.pw = NULL,
.refcnt = 1