Skip to content

Commit

Permalink
fix missing va_end (ampas#166)
Browse files Browse the repository at this point in the history
Co-authored-by: michaeldsmith <37905569+michaeldsmith@users.noreply.github.com>
  • Loading branch information
rex4539 and michaeldsmith authored Jan 3, 2025
1 parent 7b171ca commit 7d4597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/IlmCtl/CtlExc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ void CtlExc::_explain(const char *text, va_list _ap) {
}

operator=(ptr);

va_end(ap);
}

CtlExc::CtlExc(const char *format, ...) throw() {
Expand Down

0 comments on commit 7d4597a

Please sign in to comment.