summaryrefslogtreecommitdiff
path: root/rsScriptC.cpp
diff options
context:
space:
mode:
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);
}