Merge change 21047
* changes: Fix build break.
This commit is contained in:
@@ -41,7 +41,7 @@ public class Type extends BaseObj {
|
||||
}
|
||||
|
||||
protected void finalize() throws Throwable {
|
||||
if(mNativeCache) {
|
||||
if(mNativeCache != 0) {
|
||||
mRS.nTypeFinalDestroy(this);
|
||||
mNativeCache = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user