commit | 466bdc4008841f095ff8d1f13bfc36bcf11c3dd9 | [log] [tgz] |
---|---|---|
author | Stephen Hines <srhines@google.com> | Thu Sep 01 18:07:11 2011 -0700 |
committer | Stephen Hines <srhines@google.com> | Thu Sep 01 18:07:11 2011 -0700 |
tree | 20d347fdfdc61c5dabbd7e01abbf6135bc943a48 | |
parent | 94444fc56121d704bbb5a6f02954af62e3e57a94 [diff] [blame] |
Fix remaining .rs.dtor() issue for RS. BUG=5186750 Change-Id: I74765b844d28ed780f9c9e291b8e0de94352f74b
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 @@ BT = NULL; } #endif + mRSC->mHal.funcs.script.invokeFreeChildren(mRSC, this); mRSC->mHal.funcs.script.destroy(mRSC, this); }