Would I need to use maids for animationtracks to avoid memory leaks?

I’m at a stage of my fighting game where there is lots of moves and such with animations, would I need a maid to clean up the animationtracks after they are done being used to avoid memory leaks? They LoadAnimation() through an instance in the script, not a created instance.