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() {