fix double-free

This commit is contained in:
Quinten Kock 2020-12-23 04:13:50 +01:00
parent 7398da9662
commit 2fa8e37547
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ fn findSources(dir: []const u8, ext: []const u8, prefix: ?[]const u8) ![][] cons
}
}
}
walker.deinit();
return files.toOwnedSlice();
}
fn findArch(t: Target, ext: []const u8) ![][] const u8 {