Changeset 6853 for trunk/gli


Ignore:
Timestamp:
2004-02-20T12:36:40+13:00 (20 years ago)
Author:
mdewsnip
Message:

No longer needs to destroy dictionary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/Gatherer.java

    r6795 r6853  
    363363
    364364    // Flush dictionary
    365     dictionary.destroy();
     365    // dictionary.destroy();
    366366
    367367    // Flush debug
     
    663663    // Splash screen.
    664664    Splash splash = new Splash();
    665     dictionary.destroy();
     665    // dictionary.destroy();
    666666    gatherer.run(size, gsdl_path, exec_path, debug, perl_path, no_load, splash, filename, mirroring_enabled, wget_version_str, wget_path);
    667667    }
Note: See TracChangeset for help on using the changeset viewer.