Share Posted July 11, 2011 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 More sharing options...
Share Posted July 12, 2011 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now