Actions
Bug #19518
closedt3lib_BEfunc has a lot of hanging SQL record sets
Start date:
2008-10-28
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.3
PHP Version:
5.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In t3lib_BEfunc there are many positions where SQL queries are performed but the SQL result is not removed afterwards. This can lead to some memory leaks during the execution.
The solution is to free SQL results if they are not required any longer.
(issue imported from #M9665)
Files
Updated by Oliver Hader about 16 years ago
Committed to SVN:
- TYPO3_4-2 (rev. 4367)
- Trunk (rev. 4360)
Actions