IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 5, 2007, 2:08:34 PM (19 years ago)
Author:
Paul Price
Message:

Plugging memory leak on error in parsing TRIMSEC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/concepts/pmConceptsStandard.c

    r12696 r12759  
    284284    if (concept->type != PS_DATA_STRING) {
    285285        psError(PS_ERR_UNKNOWN, true, "CELL.TRIMSEC after read is not of type STR (%x)\n", concept->type);
     286        psFree(trimsec);
    286287        return NULL;
    287288    } else {
Note: See TracChangeset for help on using the changeset viewer.