Skip to content

Reproduces the scenario where iOS view objects are not being released.

Notifications You must be signed in to change notification settings

migeran/moe-non-freed-objects-issue

Repository files navigation

Non-Freed Object Issue

Status: reproduced

At first, SplashScreen is displayed.

After a few seconds, it is replaced by SecondScreen.

Observations:

  • In the XCode debugger there is still a SplashScreen instance active (it is not referenced any more from our codebase)
  • SplashScreen.finalize() is never called.

screen still referenced

About

Reproduces the scenario where iOS view objects are not being released.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published