Bug 21416 - Incorrect Windows API usage flagged by Application Verifier
Summary: Incorrect Windows API usage flagged by Application Verifier
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows Vista
: P2 Normal
Assignee: Steve Falkenburg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 16:15 PDT by Steve Falkenburg
Modified: 2008-10-06 16:50 PDT (History)
0 users

See Also:


Attachments
Fix Win32 API usage (2.21 KB, patch)
2008-10-06 16:32 PDT, Steve Falkenburg
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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