IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 7, 2008, 3:25:42 PM (18 years ago)
Author:
Paul Price
Message:

Wasn't freeing FFT data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/fft/psImageFFT.c

    r17362 r17377  
    66/// @author Robert DeSonia, MHPCC
    77///
    8 /// @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
    9 /// @date $Date: 2008-04-07 18:13:47 $
     8/// @version $Revision: 1.26 $ $Name: not supported by cvs2svn $
     9/// @date $Date: 2008-04-08 01:25:42 $
    1010///
    1111/// Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
     
    446446        memcpy(*outData, dataPtr, goodBytes);
    447447    }
    448     //    fftwf_free(data);
     448    fftwf_free(data);
    449449
    450450    return out;
Note: See TracChangeset for help on using the changeset viewer.