On Thu, Apr 20, 2017 at 04:57:41PM +0200, Ulf Hermann wrote: > Otherwise we skip the munmap() later. This leaks resources.
Oops. Good find. Applied to master. When configured --with-valgrind the tests are run under valgrind and memory leaks will fail the tests. But since this is mmap valgrind won't report it. How did you find it? Thanks, Mark