Changeset 19050 for gsdl/trunk/perllib


Ignore:
Timestamp:
2009-04-19T17:47:23+12:00 (15 years ago)
Author:
davidb
Message:

No need to set filecontents_cache to undef first

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/perllib/textcat.pm

    r17214 r19050  
    287287    my $self = shift (@_);
    288288
    289     %filename_cache = undef; # does this suffice to release memory?
    290289    %filename_cache = ();
    291290}
     
    295294    my $self = shift (@_);
    296295
    297     %filecontents_cache = undef; # does this suffice to release memory?
    298296    %filecontents_cache = ();
    299297}
Note: See TracChangeset for help on using the changeset viewer.