From 748bddb31a8b9f4924b3b6f4c714598d5cf190fe Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 8 Sep 2011 10:02:43 +0000 Subject: (svn r22906) -Fix (r22905): variable not properly cleared before use --- src/script/script_scanner.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/script/script_scanner.cpp b/src/script/script_scanner.cpp index 9a4988d68..258a05643 100644 --- a/src/script/script_scanner.cpp +++ b/src/script/script_scanner.cpp @@ -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() -- cgit v1.2.3-54-g00ecf