Importing the package creates memory leak?

When I import the package into my project, it first tells that Unity needs to install other packages ALINE is dependent of. Then, once everything is downloaded, I get a message in the console telling me that “A native collection has not been disposed, resulting in a memory leak.” How can I fix this?

The packages it installs automatically are Burst, Mathematics and Collections.

Hi

It’s possible that it might leak something if a dependency is not installed. Though I cannot replicate it.
If you see that error message again, please turn on native array leak tracking and post the full stack trace here.