• Show log

    Commit

  • Hash : 2ce2a48f
    Author : Patrick Steinhardt
    Date : 2017-05-02T13:37:15

    transports: ssh: clean up after libssh2 on exit After calling `libssh2_init`, we need to clean up after the library by executing `libssh2_exit` as soon as we exit. Register a shutdown handler to do so which simply calls `libssh2_exit`. This fixes several memory leaks.