Commit 483cf33
authored
Fix address sanitizer issue (#323)
Worked this with @cketcham2333 ...
Prior to this change, if I compile `test_core` with address sanitization
support, I got these errors below. And after this PR, these errors go
away. It's unclear if these errors would impact us under normal
conditions or not because normally `Scalar` is a primitive type that
does not have a destructor.1 parent e202ed2 commit 483cf33
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
| 100 | + | |
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments