Request memory leak

I've found where we loose 16 bytes after a successful request.

Each request creates a new HTNet object and these objects are stored in a
hash.

These 16 bytes are entry of a hash array (HTList*) type.
If I set the size of a hash for HTNet objects to 1 there is no memory loosing.

So that it is actually not a memory leak since it is restricted
by the HT_XL_HASH_SIZE.

This shouldn't be a problem! 

____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com/?N=1

Received on Thursday, 4 March 1999 21:57:28 UTC