Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: Missing reference and memory leak

by glasswalk3r (Friar)
on Oct 04, 2013 at 22:50 UTC ( [id://1056949]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    delete $machines{+shift};
    
  2. or download this
    FSA::Rules=HASH(0x31cc818) [refcount 13] is
    +- referenced by REF(0x31d8740) [refcount 1], which is
    |  the member 'machine' of HASH(0x31cc788) [refcount 1],
    
  3. or download this
    my (%machines, %states);
    sub new {
    ...
            $fsa->{table}{$state} = $obj;
            push @{$fsa->{ord}}, $obj;
            $states{$obj} = $def;
    
  4. or download this
    freeing myself
    after cleanup
    ...
    ListParser is gone
    End of program
    daemon is gone
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1056949]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found