]> granicus.if.org Git - php/commitdiff
- BFN #46160
authorFelipe Pena <felipe@php.net>
Tue, 23 Sep 2008 12:17:50 +0000 (12:17 +0000)
committerFelipe Pena <felipe@php.net>
Tue, 23 Sep 2008 12:17:50 +0000 (12:17 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 844cfd28b43bed69d63d9e4ea93ad5c914478b87..063da2064860a7f1df9205c0f99165ce90ce9ee1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,8 @@ PHP                                                                        NEWS
 
 - Fixed bug causing the algorithm parameter of mhash() to be modified. (Scott)
 
+- Fixed bug #46160 (SPL - Memory leak when exception is throwed in offsetSet).
+  (Felipe)
 - Fixed Bug #46147 (after stream seek, appending stream filter reads incorrect data).
   (Greg)
 - Fixed bug #46115 (Memory leak when calling a method using Reflection).