On Mon, Mar 17, 2025 at 09:44:17PM -0400, Jeff King wrote: > 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? Oops, yes -- it should have been. I could have sworn I made that change, but I must be hallucinating. In either case, it's fixed up in the round that I'll send shortly. Thanks, Taylor