IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16758


Ignore:
Timestamp:
Feb 29, 2008, 11:21:09 AM (18 years ago)
Author:
eugene
Message:

free configFile after use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080225/psModules/src/config/pmConfig.c

    r16611 r16758  
    434434    if (!pmConfigFileRead(&config->user, configFile, "user")) {
    435435        psFree(config);
     436        psFree(configFile);
    436437        return NULL;
    437438    }
     439    psFree(configFile);
    438440
    439441    // XXX why was this being called here?  Is someone calling pmConfigRead multiple times?
Note: See TracChangeset for help on using the changeset viewer.