Jump to content
Search Community

Liquid stage - garbage collection

colep test
Moderator Tag

Recommended Posts

Building a flash website.

Using Liquid Stage.

the FB profiler is showing me that liquid stage is not being garbage collected.

 

so i turned my reference into a class prop and tried to manually destroy.

 

if ( _ls )

{

_ls.release(_holder);

_ls = null;

}

 

Still no luck.

 

any thoughts?

Link to comment
Share on other sites

Would you mind making sure you update to the latest version of LiquidStage and let me know if it's still happening? If it is, please send me the test you're using (a Flex project is fine) so I can see the issue reproduced. No need to include GreenSock class files. The simpler the better too.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...