IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16817


Ignore:
Timestamp:
Mar 4, 2008, 3:06:57 PM (18 years ago)
Author:
eugene
Message:

free configFile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config/pmConfig.c

    r16611 r16817  
    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.