IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2006, 6:04:14 PM (19 years ago)
Author:
jhoblitt
Message:

fix mem corruption & leaks

File:
1 edited

Legend:

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

    r10054 r10074  
    3434
    3535    config->modules = pmConfigRead(&argc, argv);
     36
    3637
    3738    if (! config->modules) {
     
    9798    }
    9899
     100   psFree(arguments);
     101
    99102    // define Database handle, if used
    100103    config->dbh = pmConfigDB(config->modules);
     
    103106        exit(EXIT_FAILURE);
    104107    }
    105 
    106     config->args = arguments;
    107108
    108109    return config;
Note: See TracChangeset for help on using the changeset viewer.