Cleanup()

Updated: April 19, 2023

Synopsis:

#include <aoi.h>

void (*Cleanup)(void);

Description:

This function should free any resources kept in global variables, to prevent the DLL from leaking memory.