Commit 7998f13
authored
Fix destructor mismatch that caused random heap corruption (#972)
I don't know how this ever worked, but it's totally fair that I was the
one to suffer for it since I wrote the original line of code.
In something I was working on, genai would crash randomly with heap
corruption. I finally figured out it was this line that was the culprit.
I'll think about renaming things so nobody else gets confused like I
did.1 parent 0f59a90 commit 7998f13
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
544 | 544 | | |
545 | 545 | | |
546 | 546 | | |
547 | | - | |
| 547 | + | |
548 | 548 | | |
549 | 549 | | |
550 | 550 | | |
| |||
0 commit comments