diff options
| -rw-r--r-- | strpool.c | 1 | 
1 files changed, 1 insertions, 0 deletions
@@ -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;  | 
