Re: Fix memoryleak in conftest.c

2022-03-31 Thread Paul Eggert
On 3/31/22 02:31, Raphael Isemann wrote: the obvious memory leak here is causing problems with a downstream compiler (the compiler is more strict about memory leaks and keeps generating warnings when used in autoconf projects that compile this file during configure) Usually there's a way to sup

Fix memoryleak in conftest.c

2022-03-31 Thread Raphael Isemann
Hi, The attached patch fixes a memory leak in the conftest.c file. I'm aware this code is only test compiled and never executed so there is no actual leak, but the obvious memory leak here is causing problems with a downstream compiler (the compiler is more strict about memory leaks and keeps gene