IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7659


Ignore:
Timestamp:
Jun 23, 2006, 12:15:31 PM (20 years ago)
Author:
jhoblitt
Message:

free pxconfig.args as part of cleanup

File:
1 edited

Legend:

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

    r7650 r7659  
    2626    config->uri             = NULL;
    2727    config->where           = NULL;
     28    config->args            = NULL;
    2829
    2930    return config;
     
    4344    psFree(config->uri);
    4445    psFree(config->where);
     46    psFree(config->args);
    4547}
Note: See TracChangeset for help on using the changeset viewer.