Closed Bug 488807 Opened 17 years ago Closed 17 years ago

Should close the handle of FindFirstFile.

Categories

(Core :: General, defect)

ARM
Windows CE
defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla1.9.2a1

People

(Reporter: hiro, Assigned: hiro)

Details

(Keywords: mobile)

Attachments

(1 file, 1 obsolete file)

Attached patch Proposed patch (obsolete) — Splinter Review
Should close the handle of FindFirstFile in mar_create.c.
Attachment #373271 - Flags: review?(bugmail)
Comment on attachment 373271 [details] [diff] [review] Proposed patch > >+#ifdef WINCE >+ CloseHandle(handle); >+#endif This should be FindClose instead of CloseHandle other than that it looks good
Attachment #373271 - Flags: review?(bugmail)
Attachment #373271 - Flags: review?(benjamin)
Attachment #373271 - Flags: review+
Attached patch Update patchSplinter Review
Thanks Brad. I noticed that previous patch has some problem. This new one fixes these: * Remove redundant ifdef WINCE * Declare HANDLE value at the top of "if" block * Use FindClose Brad, could you please review this again?
Assignee: nobody → ikezoe
Attachment #373271 - Attachment is obsolete: true
Status: NEW → ASSIGNED
Attachment #373772 - Flags: superreview?(benjamin)
Attachment #373772 - Flags: review?(bugmail)
Attachment #373271 - Flags: review?(benjamin)
Attachment #373772 - Flags: review?(bugmail) → review+
Attachment #373772 - Flags: superreview?(benjamin) → superreview+
Keywords: checkin-needed
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: