1libssh2_free(3)                     libssh2                    libssh2_free(3)
2
3
4

NAME

6       libssh2_free - deallocate libssh2 memory
7

SYNOPSIS

9       #include <libssh2.h>
10
11       void
12       libssh2_free(LIBSSH2_SESSION *session, void *ptr);
13

DESCRIPTION

15       Deallocate  memory  allocated by earlier call to libssh2 functions.  It
16       uses the memory allocation callbacks provided by  the  application,  if
17       any.  Otherwise, this will call free().
18
19       This  function is mostly useful under Windows when libssh2 is linked to
20       one run-time library and the application to another.
21

AVAILABILITY

23       Added in libssh2 1.2.8
24

SEE ALSO

26       libssh2_session_init_ex(3)
27
28
29
30libssh2                           13 Oct 2010                  libssh2_free(3)
Impressum