On Fri, Mar 14, 2025 at 04:18:50PM -0400, Taylor Blau wrote: > +void ewah_or_iterator_free(struct ewah_or_iterator *it) > +{ > + free(it->its); > +} Hmm, I thought this was going to be come "_release()" based on the last round? -Peff
On Fri, Mar 14, 2025 at 04:18:50PM -0400, Taylor Blau wrote: > +void ewah_or_iterator_free(struct ewah_or_iterator *it) > +{ > + free(it->its); > +} Hmm, I thought this was going to be come "_release()" based on the last round? -Peff
![]() |