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

kocienda kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 06:21:59 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit 39379c879449d39be793bbb90752ead105ca534f
Author: kocienda <kocienda at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jun 27 21:39:29 2002 +0000

    2002-06-27  Kenneth Kocienda  <kocienda at apple.com>
    
            Fix for this bug:
    
            Radar 2971291 (-[IFURLFileDatabase initWithPath:] leak)
    
            Object now released in delloc.
    
            * Database.subproj/IFURLFileDatabase.m:
            (-[IFURLFileDatabase dealloc]):
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@1463 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index 9a732ad..5769c22 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -490,6 +490,7 @@ static void databaseInit()
     [self close];
     [self sync];
     
+    [ops release];
     [setCache release];
     [removeCache release];
     [mutex release];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list