/[Grep]/lib/Grep/Search/KinoSearch.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/KinoSearch.pm

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

revision 76 by dpavlin, Fri Feb 23 17:17:50 2007 UTC revision 95 by dpavlin, Sat Feb 24 11:42:10 2007 UTC
# Line 192  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;
                 undef $writer;  
195          }          }
196            undef $writer;
197          undef $store;          undef $store;
198          undef $create;          undef $create;
199            undef $analyzer;
200    
201          return;          return;
202  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26