Man page - xpacleanup(3)
Packages contains this manual
- xpaintro(7)
- xpaset(3)
- xpapoll(3)
- xpamacros(3)
- xpainfo(3)
- xpaname(7)
- xpainet(7)
- xpaclient(3)
- xpamainloop(3)
- xpachanges(7)
- xpatemplate(7)
- xpaoom(7)
- xpa(7)
- xpaatexit(3)
- xpaenv(7)
- xpaget(3)
- xpausers(7)
- xpaserver(3)
- xparace(3)
- xpamethod(7)
- xpafree(3)
- xpacode(7)
- xpacommon(7)
- xpanslookup(3)
- xpaopen(3)
- xpacleanup(3)
- xpaaccess(3)
- xpacmdadd(3)
- xpaxt(7)
- xpaacl(7)
- xpanew(3)
- xpagetfd(3)
- xpainfonew(3)
- xpacmddel(3)
- xpaconvert(7)
- xpasetfd(3)
- xpaclose(3)
- xpacmdnew(3)
Package: libxpa-dev
apt-get install libxpa-dev
apt-get install libxpa-dev
Manuals in package:
Documentations in package:
Manual
xpacleanup
NAMESYNOPSIS
DESCRIPTION
SEE ALSO
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(n) for a list of XPA help pages