aboutsummaryrefslogtreecommitdiff
path: root/strbuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'strbuf.c')
-rw-r--r--strbuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strbuf.c b/strbuf.c
index 54960a54..2d101164 100644
--- a/strbuf.c
+++ b/strbuf.c
@@ -18,6 +18,7 @@ INIT_F(strbuf, size_t len) {
self->alloc = len;
self->ptr = 0;
self->len = 0;
+ self->scm = NULL;
return 0;
}