The Everything_CleanUp function resets the result list and search state, freeing 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.
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();