| author | |
| committer | |
| log | a170a64776e703a8549e5ef16cc6009b642b617e |
| tree | ab1b4e053f65f5ba258dfead0be3273f9079bfde |
| parent | af01c6e2bf6a3cbf302deb9166ea3bca50d65175 |
Changed freeArgs to argsFree.1 files changed, 1 insertions(+), 1 deletions(-)
std/os/index.zig+1-1| ... | ... | @@ -2022,7 +2022,7 @@ pub fn args() ArgIterator { |
| 2022 | 2022 | return ArgIterator.init(); |
| 2023 | 2023 | } |
| 2024 | 2024 | |
| 2025 | /// Caller must call freeArgs on result. | |
| 2025 | /// Caller must call argsFree on result. | |
| 2026 | 2026 | pub fn argsAlloc(allocator: *mem.Allocator) ![]const []u8 { |
| 2027 | 2027 | // TODO refactor to only make 1 allocation. |
| 2028 | 2028 | var it = args(); |