From 38f8d9d7a17037a34f4df229b1089536a6cdc8dc Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Thu, 27 Jan 2011 00:14:13 -0800 Subject: Correctly free resouces bound to scripts when the scripts are deleted. Change-Id: Idfcc30f1a7de0badeb6d8254ed508938d89f4070 b: 3381615 --- libs/rs/rsScriptC.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libs/rs/rsScriptC.h') diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 7143c671a658..e794feb10edb 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h @@ -42,8 +42,12 @@ public: RunScript_t mRoot; VoidFunc_t mInit; + + uint32_t * mObjectSlotList; + uint32_t mObjectSlotCount; }; + Program_t mProgram; BCCScriptRef mBccScript; -- cgit v1.2.3-59-g8ed1b