diff options
| author | Gianluigi Tiesi <sherpya@gmail.com> | 2011-04-05 19:45:27 +0200 | 
|---|---|---|
| committer | Lennart Poettering <lennart@poettering.net> | 2011-04-05 19:45:31 +0200 | 
| commit | cc6020505701c97c7feeedf9bd41abf1bddb54a2 (patch) | |
| tree | 0adb228a753eb0246ec06f1146c3f3cba464c00f | |
| parent | 2aaecb7a64b76d37b3c85a479e3607b19fc2936c (diff) | |
strpool: initialize i->suffix_of to NULL
https://bugs.freedesktop.org/show_bug.cgi?id=28772
| -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;  | 
