Commit 9375d30
committed
WIP: Fix Free at exit
I don't think this is the correct fix. There's an object that has enough
flags to identify as a T_DATA, but everything else is NULL.
When free at exit is running, we end up trying to free it's object_id,
which at the moment is naively assuming that we can just look up the
shape and it'll be fine, but the shape lookup is returning NULL in this
case and so the flag check on the shape is failing.
what I've done here is almost certainly not the correct fix, but I just
want FREE_AT_EXIT to be quiet, so I can see the proper issues in the CI
tests.1 parent 9ffb19d commit 9375d30
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
238 | 238 | | |
239 | 239 | | |
240 | 240 | | |
241 | | - | |
| 241 | + | |
| 242 | + | |
242 | 243 | | |
243 | 244 | | |
244 | 245 | | |
| |||
0 commit comments