1xpacleanup(3)                 SAORD Documentation                xpacleanup(3)
2
3
4

NAME

6       XPACleanup: release reserved XPA memory
7

SYNOPSIS

9         #include <xpa.h>
10
11         void XPACleanup(void);
12

DESCRIPTION

14       When XPA is initialized, it allocates a small amount of memory for the
15       access control list, temp directory path, and reserved commands. This
16       memory is found by valgrind to be "still reachable", meaning that "your
17       program didn't free some memory it could have". Calling the
18       XPACleanup() routine before exiting the program will free this memory
19       and make valgrind happy.
20

SEE ALSO

22       See xpa(n) for a list of XPA help pages
23
24
25
26version 2.1.15                   July 23, 2013                   xpacleanup(3)
Impressum