[webkit-reviews] review requested: [Bug 38950] 19 media tests are crashing on Windows Release : [Attachment 55780] QTMovieWin.vcproj: link against JavaScriptCore instead of WTF.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 11 17:14:16 PDT 2010


Jer Noble <jer.noble at apple.com> has asked  for review:
Bug 38950: 19 media tests are crashing on Windows Release
https://bugs.webkit.org/show_bug.cgi?id=38950

Attachment 55780: QTMovieWin.vcproj: link against JavaScriptCore instead of
WTF.
https://bugs.webkit.org/attachment.cgi?id=55780&action=review

------- Additional Comments from Jer Noble <jer.noble at apple.com>
Linking directly against WTF.lib instead of indirectly through
JavaScriptCore.lib causes free and malloc to duplicated inside QTMovieWin.dll. 
This causes a malloc/free mismatch which shows up only in Release builds.


More information about the webkit-reviews mailing list