xpacleanup(3) debian man page | unix.com

Man Page: xpacleanup

Operating Environment: debian

Section: 3

xpacleanup(3)							SAORD Documentation						     xpacleanup(3)

NAME
XPACleanup - release reserved XPA memory
SYNOPSIS
#include <xpa.h> void XPACleanup(void);
DESCRIPTION
When XPA is initialized, it allocates a small amount of memory for the access control list, temp directory path, and reserved commands. This memory is found by valgrind to be "still reachable", meaning that "your program didn't free some memory it could have". Calling the XPACleanup() routine before exiting the program will free this memory and make valgrind happy.
SEE ALSO
See xpa(7) for a list of XPA help pages version 2.1.14 June 7, 2012 xpacleanup(3)
Related Man Pages
xpacmdnew(3) - debian
xpainfo(3) - debian
xpamainloop(3) - debian
xpaserver(3) - debian
xpacode(7) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?