commit | c298f9c9170b9e8721cfb616f784ec22734f22f4 | [log] [tgz] |
---|---|---|
author | John Reck <jreck@google.com> | Fri Nov 07 10:33:36 2014 -0800 |
committer | John Reck <jreck@google.com> | Fri Nov 07 10:33:36 2014 -0800 |
tree | 7edfda23541fd4168fc4ecc82e24b89e0ef9cf15 | |
parent | b9744c1c1f5e8cc936da7f1832665f77ad5bb18f [diff] |
Fix finalizer ordering/double-free issue Bug: 18289984 If Surface:finalize() happens after HwuiContext:finalize() it would try to manipulate a destroyed object. However, as Surface:finalize() always calls HwuiContext:destroy() this can be fixed by simply getting rid of HwuiContext's finalizer Change-Id: I7c912214417ab32891b1c58d045c9721e5f01965