diff options
author | 2009-09-25 16:37:33 -0700 | |
---|---|---|
committer | 2009-09-25 16:37:33 -0700 | |
commit | 61f08d6fa7c7657e9fbcd17e9a1c5b9114bb3844 (patch) | |
tree | e836663efc3047198d5aef1723cee4e5556fe8c4 /libs/rs/rsProgramRaster.h | |
parent | 66b2771d745aa66df5cf80b300b5ba0f936ff22e (diff) |
Improved object lifecycle tracking and fix leaks.
Diffstat (limited to 'libs/rs/rsProgramRaster.h')
-rw-r--r-- | libs/rs/rsProgramRaster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsProgramRaster.h b/libs/rs/rsProgramRaster.h index da68f67de1c6..a6d5ba8e5850 100644 --- a/libs/rs/rsProgramRaster.h +++ b/libs/rs/rsProgramRaster.h @@ -58,6 +58,7 @@ public: ProgramRasterState(); ~ProgramRasterState(); void init(Context *rsc, int32_t w, int32_t h); + void deinit(Context *rsc); ObjectBaseRef<ProgramRaster> mDefault; ObjectBaseRef<ProgramRaster> mLast; |