-bugfix removed memory leak while processing compileAllTemplates

This commit is contained in:
uwe.tews@googlemail.com
2011-01-14 18:39:16 +00:00
parent 7d48680bd5
commit 9ef3c770ef
6 changed files with 331 additions and 331 deletions
@@ -33,7 +33,7 @@ class Smarty_Internal_TemplateCompilerBase {
{
$this->nocache_hash = str_replace('.', '-', uniqid(rand(), true));
}
// abstract function doCompile($_content);
/**
* Methode to compile a Smarty template
*