RESOLVED FIXED 21416
Incorrect Windows API usage flagged by Application Verifier
https://bugs.webkit.org/show_bug.cgi?id=21416
Summary Incorrect Windows API usage flagged by Application Verifier
Steve Falkenburg
Reported 2008-10-06 16:15:47 PDT
Two instances of Windows API use were flagged by Application Verifier: - Calling VirtualFree MEM_RELEASE with a non-0 size. - Calling DeleteTimerQueueTimer with a 0 timer.
Attachments
Fix Win32 API usage (2.21 KB, patch)
2008-10-06 16:32 PDT, Steve Falkenburg
darin: review+
Steve Falkenburg
Comment 1 2008-10-06 16:32:23 PDT
Created attachment 24129 [details] Fix Win32 API usage
Darin Adler
Comment 2 2008-10-06 16:36:19 PDT
Comment on attachment 24129 [details] Fix Win32 API usage r=me
Steve Falkenburg
Comment 3 2008-10-06 16:50:53 PDT
Fixed in r37353
Note You need to log in before you can comment on or make changes to this bug.