commit | 9113968f9570b0c8ada2dec34fa6cf893da7c022 | [log] [tgz] |
---|---|---|
author | Deepanshu Gupta <deepanshu@google.com> | Fri May 23 13:22:12 2014 -0700 |
committer | Deepanshu Gupta <deepanshu@google.com> | Wed May 28 16:15:32 2014 -0700 |
tree | 884ebfde524a0a89c72461b43b9f3b5f9f45c243 | |
parent | baef8c1ffe5c900fb0da9512654bf249b5fc9269 [diff] |
Layoutlib: Fix FontFamily_Delegate use after unref FontFamily_Delegate was being reused after the nUnref call. The issue is fixed by storing the reference to the FontFamily_Delegate directly in the Typeface_Delegate rather than storing the native pointer. Change-Id: I0db724a83c4be3d7b64ccba0989cd64129f2a785