Validate context when using RS objects.

BUG=6035422

Change-Id: I8586be0085b36767289e1f634111c0ff076cec3c
This commit is contained in:
Jason Sams
2012-04-03 15:36:36 -07:00
parent 991c8733c3
commit e07694b24f
16 changed files with 94 additions and 87 deletions

View File

@@ -143,7 +143,7 @@ public class FieldPacker {
public void addObj(BaseObj obj) {
if (obj != null) {
addI32(obj.getID());
addI32(obj.getID(null));
} else {
addI32(0);
}