[Webkit-unassigned] [Bug 11286] New: Allocator mismatch in CookieJarWin

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 13 18:29:29 PDT 2006


http://bugs.webkit.org/show_bug.cgi?id=11286

           Summary: Allocator mismatch in CookieJarWin
           Product: WebKit
           Version: 420+ (nightly)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Trivial
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: morganl.webkit at yahoo.com


Allocator mismatch in CookieJarWin:

  UChar* buffer = new UChar[count];
  ...
  delete buffer;

That should be "delete[] buffer" though this surely doesn't cause any real
problem since UChar doesn't have a destructor.  Anyways, patch coming up...


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



More information about the webkit-unassigned mailing list