Skip to content

Commit 7d4597a

Browse files
fix missing va_end (#166)
Co-authored-by: michaeldsmith <[email protected]>
1 parent 7b171ca commit 7d4597a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IlmCtl/CtlExc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void CtlExc::_explain(const char *text, va_list _ap) {
9191
}
9292

9393
operator=(ptr);
94-
94+
va_end(ap);
9595
}
9696

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

0 commit comments

Comments
 (0)