[SCM] WebKit Debian packaging branch, debian/unstable, updated. debian/1.1.15-1-40151-g37bb677

mjs mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 08:07:27 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit cebddb688ac1d2a8d2a8c0e0f0a00281ff31e4fd
Author: mjs <mjs at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Oct 30 07:31:33 2003 +0000

            Reviewed by Darin.
    
    	- fixed 3467632 - Leak of plugin info visiting http://www.ebay.com
    
            * Plugins.subproj/WebBasePluginPackage.m:
            (-[WebBasePluginPackage dealloc]): Release lastModifiedDate.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@5312 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/ChangeLog b/WebKit/ChangeLog
index 4de15aa..6ae5ba2 100644
--- a/WebKit/ChangeLog
+++ b/WebKit/ChangeLog
@@ -1,3 +1,12 @@
+2003-10-29  Maciej Stachowiak  <mjs at apple.com>
+
+        Reviewed by Darin.
+
+	- fixed 3467632 - Leak of plugin info visiting http://www.ebay.com
+	
+        * Plugins.subproj/WebBasePluginPackage.m:
+        (-[WebBasePluginPackage dealloc]): Release lastModifiedDate.
+
 2003-10-29  Chris Blumenberg  <cblu at apple.com>
 
 	WebKit part of fix for:
diff --git a/WebKit/Plugins.subproj/WebBasePluginPackage.m b/WebKit/Plugins.subproj/WebBasePluginPackage.m
index be47a55..0f8097f 100644
--- a/WebKit/Plugins.subproj/WebBasePluginPackage.m
+++ b/WebKit/Plugins.subproj/WebBasePluginPackage.m
@@ -160,6 +160,8 @@
     [extensionToMIME release];
 
     [bundle release];
+
+    [lastModifiedDate release];
     
     [super dealloc];
 }

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list