Dispose of an IMG_Animation and free its resources.
Defined in SDL_image.h
void IMG_FreeAnimation(IMG_Animation *anim);
The provided anim pointer is not valid once this call returns.
anim
This function is available since SDL_image 3.0.0.
CategoryAPI, CategoryAPIFunction