RESOLVED FIXED 116998
[Windows] Be consistent with allocation/deallocation behavior
https://bugs.webkit.org/show_bug.cgi?id=116998
Summary [Windows] Be consistent with allocation/deallocation behavior
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.