diff options
Diffstat (limited to 'files.c')
| -rw-r--r-- | files.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -186,7 +186,7 @@ void destroy_file(file_t **f) } } - for (allocated_pat_t *next; (*f)->pats; (*f)->pats = next) { + for (pat_t *next; (*f)->pats; (*f)->pats = next) { next = (*f)->pats->next; xfree(&(*f)->pats); } |
