Modules | |
Element metadata | |
Describes XML elemenent metadata such as namespace or language. | |
Memory | |
Memory allocation wrapper functions used in library. | |
Debug | |
Debuging mechanism. | |
ERRORS | |
Error checking mechanism. | |
ITER | |
Iterators concept. | |
VALID | |
XML schema based validation of XML representations of SCAP documents. | |
Reporters | |
Reporting mechanism. | |
STRINGS | |
Functions to access and manipulate textual data. | |
Functions | |
void | oscap_cleanup (void) |
Release library internal caches. |
void oscap_cleanup | ( | void | ) |
Release library internal caches.
This function should be called once you finish working with any of the libraries included in OpenScap framework. It frees internally allocated memory, e.g. cache of the XML parser.