IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2007, 5:55:54 PM (19 years ago)
Author:
jhoblitt
Message:

(experimental) change to dettool's option handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/pxconfig.c

    r9392 r13564  
    3333    psMemSetDeallocator(config, (psFreeFunc)pxConfigFree);
    3434
     35    config->modeName        = NULL;
    3536    config->mode            = 0;
    3637    config->dbh             = NULL;
     
    4445static void pxConfigFree(pxConfig *config)
    4546{
    46     psDBCleanup(config->dbh);
     47    psFree(config->modeName);
     48    psFree(config->dbh);
    4749    psFree(config->modules);
    4850    psFree(config->where);
Note: See TracChangeset for help on using the changeset viewer.