Jump to content
Search Community

steven1152

Members
  • Posts

    2
  • Joined

  • Last visited

steven1152's Achievements

1

Reputation

  1. I'm pretty sure it's just a leak in flash player itself. I patched it by making sure that loaders are done loading before unloading them. It's not the best solution because it affects the end user experience but it will have to do for now. Thank you for your time.
  2. Hi, There seems to be a memory leak when I call dispose on a FlexContentDisplay when the image is still loading. The leak only happens when the image has not finished loading. Any idea why? Is there someting in my code that could cause that? Here's some info on the context: -Imageloaders are all in the same LoaderMax -autoDispose on the imageLoader is set to false -it seems to be leaking flash.display::Loader objects -The FlexContentDisplay is removed from all references in my code after calling the dispose function Any help would be appreciated, Thanks,
×
×
  • Create New...