IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 18, 2010, 2:41:32 PM (16 years ago)
Author:
eugene
Message:

plug memleak

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/psModules/src/objects/pmSource.c

    r26594 r26623  
    411411        if (peaks == NULL) {
    412412            psError(PS_ERR_UNKNOWN, false, "failure in peak analysis for PSF clump.\n");
     413            psFree (peaks);
    413414            return emptyClump;
    414415        }
     
    422423                psLogMsg ("psphot", 3, "no significant peak\n");
    423424            }
     425            psFree (peaks);
    424426            return (emptyClump);
    425427        }
Note: See TracChangeset for help on using the changeset viewer.