Merge "Fix remaining .rs.dtor() issue for RS."

This commit is contained in:
Stephen Hines
2011-09-01 18:10:37 -07:00
committed by Android (Google) Code Review

View File

@@ -44,6 +44,7 @@ ScriptC::~ScriptC() {
BT = NULL;
}
#endif
mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this);
mRSC->mHal.funcs.script.destroy(mRSC, this);
}