diff options
| author | Jason Sams <rjsams@android.com> | 2010-10-21 14:06:55 -0700 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2010-10-21 21:17:30 -0700 |
| commit | 225afd317e101a7be5fe02c0a86361146ea89f05 (patch) | |
| tree | af9ed039287d6a03a6442eb8c8d332f97d0f6e48 /rsProgramVertex.cpp | |
| parent | 1c94845e04e974b22edf07d21ca03337bfb23b7c (diff) | |
| download | android_frameworks_rs-225afd317e101a7be5fe02c0a86361146ea89f05.tar.gz android_frameworks_rs-225afd317e101a7be5fe02c0a86361146ea89f05.tar.bz2 android_frameworks_rs-225afd317e101a7be5fe02c0a86361146ea89f05.zip | |
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 'rsProgramVertex.cpp')
| -rw-r--r-- | rsProgramVertex.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/rsProgramVertex.cpp b/rsProgramVertex.cpp index a785262a..d12439f8 100644 --- a/rsProgramVertex.cpp +++ b/rsProgramVertex.cpp @@ -37,9 +37,6 @@ ProgramVertex::ProgramVertex(Context *rsc, const char * shaderText, uint32_t paramLength) : Program(rsc, shaderText, shaderLength, params, paramLength) { - mAllocFile = __FILE__; - mAllocLine = __LINE__; - init(rsc); } |
