From: ts Date: 2005-04-28T01:38:33+09:00 Subject: Re: memory leak >>>>> "J" == Joe Van Dyk writes: J> I saw that. But I didn't see how it could be free'd (but my C-fu sucks). perhaps use alloca() (with memzero()) rather than malloc(). Guy Decoux