4d5982ed98
When writing a wrapper around LibPSL in a different language it is important that libpsl provide functions to free any memory that it allocates. Without this, it is impossible to correctly free the memory allocated by psl_str_to_utf8lower() function since in other languages one may not have access to the same free() call from libc. |
||
---|---|---|
.. | ||
Makefile.am | ||
psl.1 | ||
psl.c |