On Thu, 15 Aug 2024 at 15:10, Patrick Steinhardt <ps@xxxxxx> wrote: > > On Wed, Aug 14, 2024 at 05:33:10PM +0530, Chandra Pratap wrote: > > Used block readers must be released using block_reader_release() to > > prevent the occurence of a memory leak. Make test_block_read_write() > > conform to this statement. > > Interesting. Didn't the old tests run with the leak checker enabled? I think not, I was able to find this error due to the GitHub CI.