diff options
-rw-r--r-- | build/files.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/files.c b/build/files.c index d299cb9cd..10d7fffd7 100644 --- a/build/files.c +++ b/build/files.c @@ -216,7 +216,6 @@ static void FileEntryFree(FileEntry entry) { freeAttrRec(&(entry->ar)); argvFree(entry->langs); - free(entry->caps); memset(entry, 0, sizeof(*entry)); } |