1.. saslman:: sasl_client_done(3)
2
3.. _sasl-reference-manpages-library-sasl_client_done:
4
5
6=======================================
7**sasl_client_done** - Cleanup function
8=======================================
9
10Synopsis
11========
12
13.. code-block:: C
14
15    #include <sasl/sasl.h>
16
17    int sasl_client_done();
18
19Description
20===========
21
22.. c:function::   int sasl_client_done();
23
24    **sasl_client_done()** is a cleanup function, used to free all memory
25    used by the library. Invoke when processing is complete.
26
27
28
29Return Value
30============
31
32Returns :c:macro:`SASL_OK` if the whole cleanup is successful and
33:c:macro:`SASL_CONTINUE` if this step is ok but at least one more step is needed.
34
35See Also
36========
37
38:rfc:`4422`,:saslman:`sasl(3)`, :saslman:`sasl_done(3)`,
39:saslman:`sasl_client_init(3)`, :saslman:`sasl_client_new(3)`,
40:saslman:`sasl_client_start(3)`, :saslman:`sasl_errors(3)`
41