diff options
author | 2010-10-21 14:06:55 -0700 | |
---|---|---|
committer | 2010-10-21 21:17:30 -0700 | |
commit | b38d534873ca514f5a5230596c838aa37eca1568 (patch) | |
tree | 4473cccf239e0a97597db92052508b2149309ad1 /libs/rs/rsProgramRaster.cpp | |
parent | 4924aee9cb1c5988359f3162b6e89689c5b101e1 (diff) |
Fix refcounting bugs where the sys refcount
could be corrupted during async type creation.
Change-Id: If42828e92990598b0cb5da81c82ea513f94725f2
Fix stack object deletion bug.
Change-Id: I2c723aa5ad15e0c99dc9cd0cfbc7db80bace172a
Diffstat (limited to 'libs/rs/rsProgramRaster.cpp')
-rw-r--r-- | libs/rs/rsProgramRaster.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/rs/rsProgramRaster.cpp b/libs/rs/rsProgramRaster.cpp index 62d060d37899..5f8c4ba3cf27 100644 --- a/libs/rs/rsProgramRaster.cpp +++ b/libs/rs/rsProgramRaster.cpp @@ -36,8 +36,6 @@ ProgramRaster::ProgramRaster(Context *rsc, bool pointSprite) : Program(rsc) { - mAllocFile = __FILE__; - mAllocLine = __LINE__; mPointSmooth = pointSmooth; mLineSmooth = lineSmooth; mPointSprite = pointSprite; |