Skip to content

Commit d7ffc90

Browse files
committed
Fix for issue #695
1 parent b73e5fb commit d7ffc90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gen/cl_helpers.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ MultiSetter::MultiSetter(bool invert, bool* p, ...) {
5959
while ((p = va_arg(va, bool*))) {
6060
locations.push_back(p);
6161
}
62+
va_end(va);
6263
}
6364
}
6465

0 commit comments

Comments
 (0)