summaryrefslogtreecommitdiff
path: root/libs/rs/rsScriptC.cpp
diff options
context:
space:
mode:
author Stephen Hines <srhines@google.com> 2011-09-01 18:10:37 -0700
committer Android (Google) Code Review <android-gerrit@google.com> 2011-09-01 18:10:37 -0700
commit79dd90c7bf2d3d1eb0fb130446d298256b987996 (patch)
tree136f70bb8bc66b4ce34676f1d0ab1aaf534a5cd5 /libs/rs/rsScriptC.cpp
parent01bc5f906322084740698ee379d60d26b5d88605 (diff)
parent466bdc4008841f095ff8d1f13bfc36bcf11c3dd9 (diff)
Merge "Fix remaining .rs.dtor() issue for RS."
Diffstat (limited to 'libs/rs/rsScriptC.cpp')
-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 dccf71f046c8..2e7f2134fbaa 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);
}