On Tue, Aug 29, 2006, Adrian Chadd wrote: > * Hint to memPoolAlloc/memPoolFree that they shouldn't xfree() certain > buffers, > such as the buffers being allocated to strings and stmem buffers.
s/xfree()/memset(buf, 0, ..)/ adrian
On Tue, Aug 29, 2006, Adrian Chadd wrote: > * Hint to memPoolAlloc/memPoolFree that they shouldn't xfree() certain > buffers, > such as the buffers being allocated to strings and stmem buffers.
s/xfree()/memset(buf, 0, ..)/ adrian