mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-07-30 17:25:58 -04:00
Config: dupe received dir from arg iterator
This commit is contained in:
@@ -109,7 +109,7 @@ fn caPathValidator(
|
||||
return error.InvalidArgument;
|
||||
}
|
||||
|
||||
return list.append(allocator, dir);
|
||||
return list.append(allocator, try allocator.dupeZ(u8, dir));
|
||||
}
|
||||
|
||||
/// Common CLI args.
|
||||
|
||||
Reference in New Issue
Block a user