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

sullivan sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Sat Sep 26 07:22:43 UTC 2009


The following commit has been merged in the debian/unstable branch:
commit e19072fc861864c977bfabc43503afebf0fbe11c
Author: sullivan <sullivan at 268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Jan 30 00:28:20 2003 +0000

            Reviewed by Ken
    
            * Database.subproj/WebFileDatabase.m:
            (-[WebFileDatabase _truncateToSizeLimit:]):
    	fixed an NSString leak found with the leaks tool.
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@3499 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/Misc.subproj/WebFileDatabase.m b/WebKit/Misc.subproj/WebFileDatabase.m
index 95e5ee5..0eb246d 100644
--- a/WebKit/Misc.subproj/WebFileDatabase.m
+++ b/WebKit/Misc.subproj/WebFileDatabase.m
@@ -216,6 +216,7 @@ static void UniqueFilePathForKey(id key, char *buffer)
             }
             NSString *filePath = [[NSString alloc] initWithFormat:@"%@/%s", path, uniqueKey];
             [defaultManager _web_removeFileOnlyAtPath:filePath];
+            [filePath release];
             WebLRUFileListRemoveOldestFileFromList(lru);
         }
         [mutex unlock];

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list