IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13492


Ignore:
Timestamp:
May 23, 2007, 3:27:35 PM (19 years ago)
Author:
Paul Price
Message:

Use value before freeing!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmStack.c

    r13487 r13492  
    88 *  @author GLG, MHPCC
    99 *
    10  *  @version $Revision: 1.2 $ $Name: not supported by cvs2svn $
    11  *  @date $Date: 2007-05-23 22:25:41 $
     10 *  @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
     11 *  @date $Date: 2007-05-24 01:27:35 $
    1212 *
    1313 *  Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    463463                          maskVal, bad, numIter, rej, buffer);
    464464        }
     465        psTrace("psModules.imcombine", 5, "Additional %ld pixels fixed.\n", pixels->n);
    465466        psFree(pixels);
    466467        psFree(pixelMap);
    467         psTrace("psModules.imcombine", 5, "Additional %ld pixels fixed.\n", pixels->n);
    468468    } else {
    469469        // Pull the products out, allocate if necessary
Note: See TracChangeset for help on using the changeset viewer.