1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +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

@@ -324,6 +324,9 @@ echo "<div style='text-align:center; display:".$show."; position: absolute; widt
unset($show);
echo "\n</body>\n</html>";
// Shutdown
$e107->destruct();
//
// I Send the buffered page data, along with appropriate headers
//