The Everything_CleanUp function frees any allocated memory by the library.
void Everything_CleanUp(void);
This function has no parameters.
This function has no return value.
You should call Everything_CleanUp to free any memory allocated by the Everything SDK.
Everything_CleanUp should be the last call to the Everything SDK.
Call Everything_Reset to free any allocated memory for the current search and results.
Everything_Reset will also reset the search and result state to their defaults.
Calling Everything_SetSearch frees the old search and allocates the new search string.
Calling Everything_Query frees the old result list and allocates the new result list.
Everything_CleanUp();