This repository was archived by the owner on Apr 30, 2026. It is now read-only.
Commit df03093
committed
fix: release OP_TIL literal in ray_graph_free
OP_TIL stores its count as ext->literal (ray_i64(n)). The graph
cleanup only released literals for OP_CONST nodes, leaking the
OP_TIL atom on every sum/avg/min/max call that built a DAG.1 parent 36ea5b2 commit df03093
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
218 | | - | |
| 218 | + | |
| 219 | + | |
219 | 220 | | |
220 | 221 | | |
221 | 222 | | |
| |||
0 commit comments