aboutsummaryrefslogtreecommitdiffstats
path: root/libaxl_context_free.3
blob: 8f68536d9d7bfdee6f2c12a3073293a0e9dc9fae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
.TH libaxl_context_free 3 libaxl
.SH NAME
libaxl_context_free - Deallocation a context
.SH SYNOPSIS
.nf
#include <libaxl.h>

void libaxl_context_free(LIBAXL_CONTEXT *\fIctx\fP);
.fi
.SH DESCRIPTION
The
.BR libaxl_context_free ()
function deallocates the object specified in the
.I ctx
parameter, or does nothing if the argument is
.IR NULL .
.SH RETURN VALUE
None.
.SH ERRORS
The
.BR libaxl_context_free ()
function cannot fail.
.SH NOTES
None.
.SH SEE ALSO
.BR libaxl_context_create (3)