Index: branches/feature-module-update/html/sitemap.php
===================================================================
--- branches/feature-module-update/html/sitemap.php	(revision 16385)
+++ branches/feature-module-update/html/sitemap.php	(revision 16476)
@@ -14,6 +14,6 @@
 
 $objPage = new LC_Page_Sitemap_Ex();
+register_shutdown_function(array($objPage, "destroy"));
 $objPage->init();
 $objPage->process();
-register_shutdown_function(array($objPage, "destroy"));
 ?>
