summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
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
commitcdc423482a86937801c6260fcba693b789a13a4b (patch)
tree65fbe224916a4151f9a33c363906712985774083 /rsScriptC.cpp
parent0189364a714225f92e86b36b4ea54f09681255ed (diff)
downloadrs-cdc423482a86937801c6260fcba693b789a13a4b.tar.gz
Fix remaining .rs.dtor() issue for RS.
BUG=5186750 Change-Id: I74765b844d28ed780f9c9e291b8e0de94352f74b
Diffstat (limited to 'rsScriptC.cpp')
-rw-r--r--rsScriptC.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsScriptC.cpp b/rsScriptC.cpp
index dccf71f0..2e7f2134 100644
--- a/rsScriptC.cpp
+++ b/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);
}