diff options
| author | Jason Sams <rjsams@android.com> | 2011-11-22 12:49:11 -0800 |
|---|---|---|
| committer | Jason Sams <rjsams@android.com> | 2011-11-22 13:17:18 -0800 |
| commit | 77020c5248ca0921d7d24fb60dec5105ba39026c (patch) | |
| tree | 79182ae64e155cd49dc18e45de933cca2561b0d2 /rsScript.cpp | |
| parent | 791916465b75a6ffcc5e08bb230bf7737a9149d4 (diff) | |
Fix script init error handling.
Change-Id: I7ceb0af4dfd12db0274985ff658f678d7af829ff
Diffstat (limited to 'rsScript.cpp')
| -rw-r--r-- | rsScript.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rsScript.cpp b/rsScript.cpp index 16446ddd..7fc128e8 100644 --- a/rsScript.cpp +++ b/rsScript.cpp @@ -26,6 +26,7 @@ Script::Script(Context *rsc) : ObjectBase(rsc) { mSlots = NULL; mTypes = NULL; + mInitialized = false; } Script::~Script() { |
