Bug 21416

Summary: Incorrect Windows API usage flagged by Application Verifier
Product: WebKit Reporter: Steve Falkenburg <sfalken>
Component: WebKit Misc.Assignee: Steve Falkenburg <sfalken>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows Vista   
Attachments:
Description Flags
Fix Win32 API usage darin: review+

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.