> -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: 10 January 2002 19:53 > To: [EMAIL PROTECTED] > Subject: cvs commit: apr/memory/unix apr_pools.c > > > striker 02/01/10 10:52:50 > > Modified: memory/unix apr_pools.c > Log: > Clear the pool struct when APR_POOL_DEBUG is defined. > Also, protect the pool->mutex field with #if APR_HAS_THREADS. > > Submitted by: Jeff Trawick
Damn, forgot to mention that it blows up without it. pool->mutex wasn't initialized (see Jeffs post). Sander