Lartu / katalyn

Scripting language that combines the simplicity of Lua with the power of Perl 🛡️
http://lartu.net/katalyn/
Apache License 2.0
5 stars 1 forks source link

perf: use `shared_ptr` for iterator values #13

Closed Oppen closed 2 months ago

Oppen commented 2 months ago

This avoids leaking on the destructor.

Lartu commented 2 months ago

Amazing!! Thanks!