diff options
author | Jason Sams <rjsams@android.com> | 2009-11-02 15:05:04 -0800 |
---|---|---|
committer | Jason Sams <rjsams@android.com> | 2009-11-02 15:05:04 -0800 |
commit | c4918c30147d72c44e9a2a9fe7b9cbe88948677a (patch) | |
tree | 7cfd2562d264ec28b68dda8102c90ea7e4022e06 /libs/rs | |
parent | b7a6c4340a35b7cc4ceeeccf6cc01ed82c99a8ba (diff) | |
download | frameworks_base-c4918c30147d72c44e9a2a9fe7b9cbe88948677a.zip frameworks_base-c4918c30147d72c44e9a2a9fe7b9cbe88948677a.tar.gz frameworks_base-c4918c30147d72c44e9a2a9fe7b9cbe88948677a.tar.bz2 |
Fix a build break. Too many branches to keep track of.
Diffstat (limited to 'libs/rs')
-rw-r--r-- | libs/rs/rsSimpleMesh.cpp | 2 | ||||
-rw-r--r-- | libs/rs/rsType.cpp | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/libs/rs/rsSimpleMesh.cpp b/libs/rs/rsSimpleMesh.cpp index 434a35f..b082fd7 100644 --- a/libs/rs/rsSimpleMesh.cpp +++ b/libs/rs/rsSimpleMesh.cpp @@ -99,8 +99,6 @@ SimpleMeshContext::SimpleMeshContext() SimpleMeshContext::~SimpleMeshContext() { - delete[] mVertexTypes; - delete[] mVertexBuffers; } diff --git a/libs/rs/rsType.cpp b/libs/rs/rsType.cpp index 0eb4111..ddaa2f0 100644 --- a/libs/rs/rsType.cpp +++ b/libs/rs/rsType.cpp @@ -57,7 +57,6 @@ TypeState::TypeState() TypeState::~TypeState() { - delete[] mLODs; } size_t Type::getOffsetForFace(uint32_t face) const |