Commit 444f256
committed
Add initial value to languaget::generate_opaque_stubs
The bool member languaget::generate_opaque_stubs does not receive an
initial value, and not all contexts using languaget call its setter.
Valgrind thus detects a jump based on an uninitialised value. Added
explicit initial value `false`.1 parent 41bafc0 commit 444f256
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
0 commit comments