Files
frameworks_base/core/java/android
Chet Haase 58ad12208a Fix leak in TransitionInflater
A static map in TransitionInflater keyed off of Context instances,
which could cause contexts/activities to leak over time. This
fix removes that map and simply creates a new inflater each time.
The savings of the cached inflater was minimal an unnecessary, and the
intended sharing is in the context embedded in the inflater anyway.

Issue #11436919 leak in TransitionInflator

Change-Id: Ic05ca47f57723bd572bb6143df4035d66eedf5ad
2013-10-31 14:25:56 -07:00
..
2013-08-16 18:38:29 -07:00
2013-07-26 10:42:56 -04:00
2013-10-31 14:25:56 -07:00
2013-10-18 16:09:51 -07:00