Merge change Icb64cd2c into eclair-mr2

* changes:
  Still don't know why the heap gets corrupted, but not deleting the OMXNodeInstance appears to prevent this from happening.
This commit is contained in:
Android (Google) Code Review
2009-10-23 11:34:38 -04:00

View File

@@ -120,7 +120,8 @@ status_t OMXNodeInstance::freeNode() {
mNodeID = NULL;
LOGI("OMXNodeInstance going away.");
delete this;
mObserver.clear();
// delete this; // leads to heap-corruption???
return StatusFromOMXError(err);
}