Skip to content

gcr-ssh-agent: Fix memory leak spotted by ASan

Daiki Ueno requested to merge wip/dueno/ssh-agent-fixes into master

As it now constructs the command-line arguments dynamically, they should be freed after use.

Signed-off-by: Daiki Ueno dueno@src.gnome.org

Merge request reports