[Webkit-unassigned] [Bug 40008] New: Leaks in listDirectory

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 1 10:21:52 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=40008

           Summary: Leaks in listDirectory
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: alex at igalia.com


valgrind show a couple of leaks in the file FileSystemGtk.cpp:

==18726==    at 0x4C221A7: malloc (vg_replace_malloc.c:195)
==18726==    by 0xFF6E816: g_malloc (gmem.c:131)
==18726==    by 0xFF78082: g_pattern_spec_new (gpattern.c:268)
==18726==    by 0x5955C32: WebCore::listDirectory(WebCore::String const&, WebCore::String const&) (FileSystemGtk.cpp:211)

==18726==    at 0x4C221A7: malloc (vg_replace_malloc.c:195)
==18726==    by 0xFF6E816: g_malloc (gmem.c:131)
==18726==    by 0xFFA3B8F: g_uri_unescape_segment (gurifuncs.c:98)
==18726==    by 0xFFA3C88: g_uri_unescape_string (gurifuncs.c:159)
==18726==    by 0x59556A5: WebCore::filenameFromString(WebCore::String const&) (FileSystemGtk.cpp:60)
==18726==    by 0x5955BEB: WebCore::listDirectory(WebCore::String const&, WebCore::String const&) (FileSystemGtk.cpp:206)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list