(svn r25546) -Fix: two small memory leaks

This commit is contained in:
rubidium
2013-06-30 20:40:49 +00:00
parent 36bd61f303
commit f4c9ba4981
2 changed files with 4 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ ScriptScanner::~ScriptScanner()
this->Reset();
free(this->main_script);
free(this->tar_file);
delete this->engine;
}