mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-29 09:30:46 +02:00
These additional uses of freeMagic() also require defer-by-one using stack storage (not global storage idiom, recently introduced). Not sure if they were missed original or new/modified code in the past 12 months. Some areas/line-of-code are not usually compiled, maybe that is why they were originally missed.