On Fri, Apr 29, 2022 at 02:43:24PM +0200, Tim Düsterhus wrote: > > Anyway your test is useful in that it reported quite a significant number > > of entries at once, we rarely see so many, so it will be a good starting > > point about new locations to look for. > > Those in Ilya's test are "false positives" in so far, as `-cc` currently > does not yet use deinit_and_exit, but only exit. So there's a huge number of > live allocations we can already clean.
Ah yes you're right, you even asked me to use deinit_and_exit() in your last reproducer! Thanks, Willy