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)
Core
js-ctypes
Tracking
()
RESOLVED
FIXED
People
(Reporter: timeless, Assigned: timeless)
References
()
Details
Attachments
(1 file)
575 bytes,
patch
|
dwitte
:
review+
|
Details | Diff | Splinter Review |
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;
Comment 2•15 years ago
|
||
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.
Description
•