Project

General

Profile

« Previous | Next » 

Revision 018b7750

Added by jhawthorn (John Hawthorn) 7 months ago

FREE_AT_EXIT: Free all allocations from fiber pool

The fiber pool allocations form a singly-linked list, so when we're
running with RUBY_FREE_AT_EXIT we need to walk the linked list freeing
each element, otherwise it can be detected as a memory leak.