summaryrefslogtreecommitdiffstats
path: root/strpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'strpool.c')
-rw-r--r--strpool.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strpool.c b/strpool.c
index 27595d3..c326fc2 100644
--- a/strpool.c
+++ b/strpool.c
@@ -435,6 +435,7 @@ static int parse(FILE *in, const char *fname, struct item **rfirst, char **remai
rl = 0;
i->next = NULL;
+ i->suffix_of = NULL;
if (last)
last->next = i;