summaryrefslogtreecommitdiffstats
path: root/libs/rs
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2011-09-01 18:07:11 -0700
committerStephen Hines <srhines@google.com>2011-09-01 18:07:11 -0700
commit466bdc4008841f095ff8d1f13bfc36bcf11c3dd9 (patch)
tree20d347fdfdc61c5dabbd7e01abbf6135bc943a48 /libs/rs
parent94444fc56121d704bbb5a6f02954af62e3e57a94 (diff)
downloadframeworks_base-466bdc4008841f095ff8d1f13bfc36bcf11c3dd9.zip
frameworks_base-466bdc4008841f095ff8d1f13bfc36bcf11c3dd9.tar.gz
frameworks_base-466bdc4008841f095ff8d1f13bfc36bcf11c3dd9.tar.bz2
Fix remaining .rs.dtor() issue for RS.
BUG=5186750 Change-Id: I74765b844d28ed780f9c9e291b8e0de94352f74b
Diffstat (limited to 'libs/rs')
-rw-r--r--libs/rs/rsScriptC.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsScriptC.cpp b/libs/rs/rsScriptC.cpp
index dccf71f..2e7f213 100644
--- a/libs/rs/rsScriptC.cpp
+++ b/libs/rs/rsScriptC.cpp
@@ -44,6 +44,7 @@ ScriptC::~ScriptC() {
BT = NULL;
}
#endif
+ mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this);
mRSC->mHal.funcs.script.destroy(mRSC, this);
}