IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 12760


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

Plugging memory leak on warning.

File:
1 edited

Legend:

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

    r12759 r12760  
    763763        if (!xStatus || !yStatus || xBin == 0 || yBin == 0) {
    764764            psWarning("Unable to find CELL.XBIN and CELL.YBIN to correct CELL.TRIMSEC.\n");
     765            psFree(trimsec);            // Drop reference
    765766            return psMemIncrRefCounter((psPtr)concept); // Casting away "const" to increment
    766767        }
Note: See TracChangeset for help on using the changeset viewer.