AIR 3.0 and later
typedef void (*FREFinalizer)( void* extData, );
Nothing.
The runtime calls this function when it unloads an extension. However, the runtime does not guarantee that it will unload the extension or call FREFinalizer() .
Implement this function to clean up extension resources.
FREInitializer()
Extension finalization
Legal Notices | Online Privacy Policy