1pskc_free(3) libpskc pskc_free(3)
2
3
4
6 pskc_free - API function
7
9 #include <pskc.h>
10
11 void pskc_free(void * ptr);
12
14 void * ptr memory region to deallocate, or NULL.
15
17 Deallocates memory region by calling free(). If ptr is NULL no opera‐
18 tion is performed.
19
20 This function is necessary on Windows, where different parts of the
21 same application may use different memory heaps.
22
24 Report bugs to <oath-toolkit-help@nongnu.org>. libpskc home page:
25 https://www.nongnu.org/oath-toolkit/ General help using GNU software:
26 http://www.gnu.org/gethelp/
27
29 Copyright © 2012-2020 Simon Josefsson.
30 Copying and distribution of this file, with or without modification,
31 are permitted in any medium without royalty provided the copyright no‐
32 tice and this notice are preserved.
33
34
35
36libpskc 2.6.7 pskc_free(3)