IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2012, 4:39:42 PM (14 years ago)
Author:
eugene
Message:

plug some leaks; clear faults on threads after counting the faults

File:
1 edited

Legend:

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

    r30078 r34153  
    317317        psFree (A);
    318318        psFree (B);
     319        psFree (Empty);
    319320        return true;
    320321    }
     
    408409        if (!*pGoodFit) {
    409410            psWarning ("bad fit to image map, try something else");
     411            psFree(resid);
     412            if (!inMask) psFree (mask);
    410413            return true;
    411414        }
Note: See TracChangeset for help on using the changeset viewer.