On Sat, Nov 10, 2012 at 07:27:48PM +0100, Cyril Bonté wrote: > The compiler emits a warning on free_zlib(), due to the "pool" variable that > can be used unitialized. We now initialize the variable and test its value to > remove this warning.
Thanks, but I already found it this afternoon. BTW, we can never have a wrong pointer here so it's just a warning issue, the test is not needed anyway. Cheers, Willy

