commit | 77020c5248ca0921d7d24fb60dec5105ba39026c | [log] [tgz] |
---|---|---|
author | Jason Sams <[email protected]> | Tue Nov 22 12:49:11 2011 -0800 |
committer | Jason Sams <[email protected]> | Tue Nov 22 13:17:18 2011 -0800 |
tree | 79182ae64e155cd49dc18e45de933cca2561b0d2 | |
parent | 791916465b75a6ffcc5e08bb230bf7737a9149d4 [diff] [blame] |
Fix script init error handling. Change-Id: I7ceb0af4dfd12db0274985ff658f678d7af829ff
diff --git a/rsScript.cpp b/rsScript.cpp index 16446dd..7fc128e 100644 --- a/rsScript.cpp +++ b/rsScript.cpp
@@ -26,6 +26,7 @@ mSlots = NULL; mTypes = NULL; + mInitialized = false; } Script::~Script() {