(svn r25546) -Fix: two small memory leaks

This commit is contained in:
rubidium
2013-06-30 20:40:49 +00:00
parent f52edf5044
commit 316e666860
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;
}