commit | 061214bb71a4a4211e670001226c68f5e8036b84 | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Sun Aug 14 11:37:24 2011 -0700 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Sun Aug 14 11:37:24 2011 -0700 |
tree | 6382c2836c425c8d7aa1a0dd084587d942cc695e | |
parent | 3025b10aed854e1b3f4f09f72cce4897e1ae5b97 [diff] |
Fix leak of global references and AudioFocusDeathHandler objects. Need to call unlinkToDeath() for the object to be garbage collected. Save the object in the FocusStackEntry, unlink to death when we remove it from the stack. See http://b/issue?id=5048400 Change-Id: I84c5ba46017d0a8744b5e7509a7c7a5c8dd918fb author: olivier@google.com