Closed Bug 565598 Opened 15 years ago Closed 15 years ago

test_vector_add_va_cdecl needs to call va_end(list)

Categories

(Core :: js-ctypes, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED

People

(Reporter: timeless, Assigned: timeless)

References

()

Details

Attachments

(1 file)

367 test_add_char_short_int_va_cdecl(PRUint32* result, ...) 369 va_list list; 370 va_start(list, result); 374 va_end(list); 378 test_vector_add_va_cdecl(PRUint8 num_vecs, 382 va_list list; 383 va_start(list, result); 392 return result;
Blocks: 554790
Attached patch patchSplinter Review
Assignee: nobody → timeless
Status: NEW → ASSIGNED
Attachment #445074 - Flags: review?(dwitte)
Comment on attachment 445074 [details] [diff] [review] patch r=dwitte
Attachment #445074 - Flags: review?(dwitte) → review+
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: