Cleanup()

Updated: October 28, 2024

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.