MillicastSDK 2.0.0
|
The Cleanup class is responsible for cleaning the memory of dynamic objects. More...
#import <client.h>
Class Methods | |
(void) | + cleanup |
Cleans and frees the memory of dynamic objects. Call this method after all SDK objects have been destroyed. You would likely call this function just before the application exit. | |
The Cleanup class is responsible for cleaning the memory of dynamic objects.
+ (void) cleanup |
Cleans and frees the memory of dynamic objects. Call this method after all SDK objects have been destroyed. You would likely call this function just before the application exit.