Skip to content

test-ssh-agent-process: remember to free connection

In test_restart() we call connect_to_process() twice, which sets up a new GSocketConnection each time. That means we shouldn't forget to cleanup the first connection before calling it a second time.

Merge request reports