IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 13, 2005, 2:16:39 PM (21 years ago)
Author:
gusciora
Message:

Fixed problem with the pmSource deallocator. The image data was not being
freed, and the test for it was wrong.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/pmObjects.c

    r3696 r3697  
    55 *  @author GLG, MHPCC
    66 *
    7  *  @version $Revision: 1.13 $ $Name: not supported by cvs2svn $
    8  *  @date $Date: 2005-04-12 21:51:00 $
     7 *  @version $Revision: 1.14 $ $Name: not supported by cvs2svn $
     8 *  @date $Date: 2005-04-14 00:16:39 $
    99 *
    1010 *  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    123123{
    124124    psFree(tmp->peak);
    125     //    psFree(tmp->pixels);
    126     //    psFree(tmp->mask);
     125    psFree(tmp->pixels);
     126    psFree(tmp->mask);
    127127    psFree(tmp->moments);
    128128    psFree(tmp->models);
Note: See TracChangeset for help on using the changeset viewer.