/[Grep]/lib/Grep/Search.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/Grep/Search.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 72 by dpavlin, Fri Feb 23 09:54:28 2007 UTC revision 76 by dpavlin, Fri Feb 23 17:17:50 2007 UTC
# Line 175  sub collection { Line 175  sub collection {
175          undef $hits;          undef $hits;
176          undef $query;          undef $query;
177          undef $parser;          undef $parser;
178            $searcher->close;
179          undef $searcher;          undef $searcher;
180    
181          return $collection;          return $collection;
# Line 191  sub finish { Line 192  sub finish {
192          if ($writer) {          if ($writer) {
193                  warn "closing index\n";                  warn "closing index\n";
194                  $writer->close;                  $writer->close;
195                    undef $writer;
196          }          }
         undef $writer;  
197          undef $store;          undef $store;
198          undef $create;          undef $create;
199    

Legend:
Removed from v.72  
changed lines
  Added in v.76

  ViewVC Help
Powered by ViewVC 1.1.26