[VPM] module memory leak

Darren Duncan darren at DarrenDuncan.net
Sat Jan 22 14:25:07 PST 2005


At 2:17 PM -0800 1/22/05, abez wrote:
>More importantly tho you never pop @PP, it keeps growing in size. So you
>will be allocating more memory for @PP all the time.

I don't see the size of these arrays as a problem, since each turn 
through the only infinite loop I am aware of erases the entire array, 
resetting it to a single element containing the number "-1", below.

>On Fri, 21 Jan 2005, Jeremy Aiyadurai wrote:
>  >     while (1) {
>  >         @PROCUDP_EX_TABLE = (-1);
>>          @PROCTCP_EX_TABLE = (-1);
>  >         @PP = (-1);

-- Darren Duncan


More information about the Victoria-pm mailing list