mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-03 19:30:49 +02:00
-bugfix removed memory leak while processing compileAllTemplates
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user