mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-09-23 13:05:20 -04:00
Config: dupe received dir from arg iterator
This commit is contained in:
1 file changed
+1
-1
+1
-1
@@ -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