Remove OOB object destruction.

Change-Id: Icaa06aca4a701ec663c124d3141d9dbb633d7dc1
This commit is contained in:
Jason Sams
2010-08-17 19:28:29 -07:00
parent 2e1872fe07
commit d78be37d81
6 changed files with 1 additions and 86 deletions

View File

@@ -62,7 +62,7 @@ class BaseObj {
{
if (!mDestroyed) {
if(mID != 0 && mRS.isAlive()) {
mRS.nObjDestroyOOB(mID);
mRS.nObjDestroy(mID);
}
mRS = null;
mID = 0;