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+

Description Steve Falkenburg 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.
Comment 1 Steve Falkenburg 2008-10-06 16:32:23 PDT
Created attachment 24129 [details]
Fix Win32 API usage
Comment 2 Darin Adler 2008-10-06 16:36:19 PDT
Comment on attachment 24129 [details]
Fix Win32 API usage

r=me
Comment 3 Steve Falkenburg 2008-10-06 16:50:53 PDT
Fixed in r37353