/[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 64 by dpavlin, Wed Feb 21 20:22:07 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          }          }
197          undef $writer;          undef $store;
198          undef $create;          undef $create;
199    
200          return;          return;

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

  ViewVC Help
Powered by ViewVC 1.1.26