fix double-free
This commit is contained in:
parent
7398da9662
commit
2fa8e37547
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue