(svn r22906) -Fix (r22905): variable not properly cleared before use

This commit is contained in:
rubidium 2011-09-08 10:02:43 +00:00
parent 62777dbd84
commit 748bddb31a
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ ScriptScanner::ScriptScanner()
/* Mark this class as global pointer */
this->engine->SetGlobalPointer(this);
this->main_script = NULL;
this->tar_file = NULL;
}
ScriptScanner::~ScriptScanner()