From 466bdc4008841f095ff8d1f13bfc36bcf11c3dd9 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 --- libs/rs/rsScriptC.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/rs') 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); } -- cgit v1.1