Shopify / liquid-c

Liquid performance extension in C.
MIT License
119 stars 24 forks source link

Remove GC.start required by ruby_memcheck #184

Closed peterzhu2118 closed 1 year ago

peterzhu2118 commented 1 year ago

As of version 1.2.0, ruby_memcheck no longer needs the call to GC.start at exit. It will do it automatically.