Bug 116998

Summary: [Windows] Be consistent with allocation/deallocation behavior
Product: WebKit Reporter: Brent Fulgham <bfulgham>
Component: WebKit Misc.Assignee: Brent Fulgham <bfulgham>
Status: RESOLVED FIXED    
Severity: Normal CC: bfulgham, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Brent Fulgham
Reported 2013-05-29 14:20:25 PDT
Running a Visual Studio 2010 build of DumpRenderTree can crash when using WebPreferences if a non-2010 runtime library is deallocating the memory. This patch adjusts the behavior of the WebPreferences implementation to use the library allocator rather than overriding to use the current CRT allocator so that future cleanup can be done by the same runtime library.
Attachments
Patch (1.49 KB, patch)
2013-05-29 14:22 PDT, Brent Fulgham
andersca: review+
Brent Fulgham
Comment 1 2013-05-29 14:22:26 PDT
Radar WebKit Bug Importer
Comment 2 2013-05-29 14:23:37 PDT
Brent Fulgham
Comment 3 2013-05-29 14:28:16 PDT
Note You need to log in before you can comment on or make changes to this bug.