replicant-frameworks_native/libs
Matt Fischer 166bcf9072 Only hold a weak pointer on SurfaceComposerClients
Each process maintains an array of active SurfaceComposerClient
objects, so that they can be reused as new surfaces are parceled
across.  When a SurfaceComposerClient is disposed, it will remove
itself from this list.  However, because the list maintains a strong
reference on the object, a reference cycle is created, and the
client is never deleted.

This patch changes the list to maintain weak pointers on the clients
instead.

Change-Id: I93dc8155fe28b4e350366a3400cdf22a8c77cdd3
2010-04-07 14:27:03 -05:00
..
audioflinger Fix issue 2323920: Notification & A2DP audio stutter. 2009-12-22 09:06:46 -08:00
binder
surfaceflinger
ui Only hold a weak pointer on SurfaceComposerClients 2010-04-07 14:27:03 -05:00
utils