Bug 1480 : excessive rotation of application causes memory to run out
Last modified: 2010-02-26 08:18




Status:
ASSIGNED
Resolution:
-
Priority:
P4
Severity:
normal

 

Reporter:
fry
Assigned To:
fry

Attachment Type Created Size Actions

Description:   Opened: 2010-02-26 06:55
this probably means that some memory isn't being freed that should be, as
it re-allocates the PGraphics drawing surface repeatedly.
Additional Comment #1 From fry 2010-02-26 08:18
new window and surfaceview objects are being created in onCreate, so they
should probably be taken down in onDestroy, since they aren't automatically
garbage collected.
This bug is now being tracked here.