CCScene issue

Hi there,

in my current porting, i found a issue with CCScene.

  • create a CCScene (which will be autorelease activated)
  • add it some sprite etc…
  • don’t add it to something

=> leaks :X

i resolve it by add it and removeFromParentWithCleanup(true), to a “fake node”.