IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 1, 2007, 5:23:46 PM (19 years ago)
Author:
Paul Price
Message:

Plugging memory leak.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/psImageConvolve.c

    r15321 r15437  
    77/// @author Eugene Magnier, IfA
    88///
    9 /// @version $Revision: 1.59 $ $Name: not supported by cvs2svn $
    10 /// @date $Date: 2007-10-17 01:49:12 $
     9/// @version $Revision: 1.60 $ $Name: not supported by cvs2svn $
     10/// @date $Date: 2007-11-02 03:23:46 $
    1111///
    1212/// Copyright 2004-2007 Institute for Astronomy, University of Hawaii
     
    589589
    590590    psFree(convolved);
     591    psFree(out);
    591592
    592593    return out;
Note: See TracChangeset for help on using the changeset viewer.