Changeset 363

Show
Ignore:
Timestamp:
05/25/07 15:42:38 (1 year ago)
Author:
kindlund
Message:

Testing thread memory allocation.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/exp/kindlund-filesystem/lib/HoneyClient/Agent.pm

    r362 r363  
    955955            # XXX: Debugging, remove eventually.  
    956956            print "About to return out of child thread.\n"; 
    957             return; 
     957            #return; 
    958958        }; 
    959959             
     
    973973            #$data->{$driverName}->{'thread_id'} = undef; 
    974974        } 
     975# XXX: Check to see if this works okay. 
     976        $thread->detach(); 
    975977 
    976978        # Release data lock.