mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +08:00

`argv[0]`, ie: the full buffer allocated by `get_cmd_line_args`, was going to be freed only if `can_use_shortcut()` was called. Instead, let `init()` always manage `argv0` lifecycle. Signed-off-by: Federico Di Pierro <nierro92@gmail.com>