IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 3, 2006, 8:48:32 AM (20 years ago)
Author:
eugene
Message:

added missing frees

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotBasicDeblend.c

    r5993 r6319  
    11# include "psphot.h"
    22
     3// 2006.02.02 : no leaks? (creates source->blend entries)
     4// XXX if I free sources, I still have 54 leaks?
    35bool psphotBasicDeblend (psArray *sources, psMetadata *config, psStats *sky) {
    46
     
    109111                }
    110112            } 
     113            psFree (contour);
    111114        }
    112115    }
     
    116119    if (!strcasecmp (breakPt, "DEBLEND")) exit (0);
    117120
     121    psFree (SN);
     122    psFree (index);
     123    psFree (overlap);
     124   
    118125    return true;
    119126}
Note: See TracChangeset for help on using the changeset viewer.