FAQ
Cover
\
Build
\
Source
\
Bugs
\
Reference
\
Libraries
\
Tools
The bugs database has moved
here
.
Bug 1480 : excessive rotation of application causes memory to run out
Last modified: 2010-02-26 08:18
P
roject:
processing
trash
Version:
unspecified
Co
m
ponent:
android
book
core
libraries
pde
reference
tools
web
Status:
ASSIGNED
Resolution:
-
Pr
i
ority:
P4
Severity:
normal
Platform
All
O
S:
All
Windows
Mac OS
Linux
Other
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
.