Changeset 5509

Show
Ignore:
Timestamp:
05/08/08 14:04:28 (1 week ago)
Author:
morris
Message:

Drain pool after every command

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • wired/trunk/wired/commands.c

    r5501 r5509  
    257257                wd_parse_command(string); 
    258258                 
    259                 if(++i % 10 == 0) 
    260                         wi_pool_drain(pool); 
     259                wi_pool_drain(pool); 
    261260        } 
    262261