IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2006, 3:16:55 PM (20 years ago)
Author:
jhoblitt
Message:

fix memory leaks

File:
1 edited

Legend:

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

    r7659 r7671  
    3737    psFree(config->exp_type);
    3838    psFree(config->filter);
    39     psFree(config->dbh);
     39    psDBCleanup(config->dbh);
    4040    psFree(config->modules);
    4141    psFree(config->exp_id);
Note: See TracChangeset for help on using the changeset viewer.