jpayne@68: .TH libssh2_exit 3 "13 Oct 2010" "libssh2 1.2.8" "libssh2 manual" jpayne@68: .SH NAME jpayne@68: libssh2_free - deallocate libssh2 memory jpayne@68: .SH SYNOPSIS jpayne@68: #include jpayne@68: jpayne@68: void jpayne@68: libssh2_free(LIBSSH2_SESSION *session, void *ptr); jpayne@68: .SH DESCRIPTION jpayne@68: Deallocate memory allocated by earlier call to libssh2 functions. It jpayne@68: uses the memory allocation callbacks provided by the application, if jpayne@68: any. Otherwise, this will just call free(). jpayne@68: jpayne@68: This function is mostly useful under Windows when libssh2 is linked to jpayne@68: one run-time library and the application to another. jpayne@68: .SH AVAILABILITY jpayne@68: Added in libssh2 1.2.8 jpayne@68: .SH SEE ALSO jpayne@68: .BR libssh2_session_init_ex(3)