Index: t3lib/class.t3lib_tstemplate.php =================================================================== --- t3lib/class.t3lib_tstemplate.php (revision 8471) +++ t3lib/class.t3lib_tstemplate.php (working copy) @@ -279,6 +279,7 @@ if ($row = $GLOBALS['TYPO3_DB']->sql_fetch_assoc($res)) { $currentPageData = unserialize($row['content']); } + $GLOBALS['TYPO3_DB']->sql_free_result($res); } return $currentPageData; @@ -1664,4 +1665,4 @@ include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['t3lib/class.t3lib_tstemplate.php']); } -?> \ No newline at end of file +?>