The version of Texture::setBitmap() that tool an Android bitmap handled callbacks differently and in certain case caused a "double release" of the callback object. This didn't actually cause problems though. We now use the same mechanism used elsewhere (i.e. JniCallback).