1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 19:44:09 +02:00

e107 class destructor - work on Issue #278 Memory leaks

This commit is contained in:
SecretR
2013-05-27 10:54:42 +03:00
parent ae7044cd51
commit c753d7fff6
3 changed files with 48 additions and 0 deletions

View File

@@ -373,6 +373,10 @@ if($tmp1)
$tmp['replace'][] = $tmp1;
}
// Shutdown
$e107->destruct();
if($tmp)
{
$page = str_replace($tmp['search'], $tmp['replace'], ob_get_clean());