logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

XPACleanup - release reserved XPA memory

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.

Name

XPACleanup-releasereservedXPAmemory

See Also

       See xpa(n) for a list of XPA help pages

version 2.1.15                                    July 23, 2013                                    xpacleanup(3)

Synopsis

         #include <xpa.h>

         void XPACleanup(void);

See Also