aboutsummaryrefslogtreecommitdiff
path: root/files.c
diff options
context:
space:
mode:
Diffstat (limited to 'files.c')
-rw-r--r--files.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/files.c b/files.c
index c554371..0d4664a 100644
--- a/files.c
+++ b/files.c
@@ -147,7 +147,6 @@ void destroy_file(file_t **f)
for (allocated_pat_t *next; (*f)->pats; (*f)->pats = next) {
next = (*f)->pats->next;
- destroy_pat(&(*f)->pats->pat);
xfree(&(*f)->pats);
}