From cdc423482a86937801c6260fcba693b789a13a4b Mon Sep 17 00:00:00 2001 From: Stephen Hines Date: Thu, 1 Sep 2011 18:07:11 -0700 Subject: Fix remaining .rs.dtor() issue for RS. BUG=5186750 Change-Id: I74765b844d28ed780f9c9e291b8e0de94352f74b --- rsScriptC.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rsScriptC.cpp') 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); } -- cgit v1.2.3