IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 19, 2007, 4:30:56 PM (19 years ago)
Author:
Paul Price
Message:

Plugging memory leaks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSimLoop.c

    r12917 r12930  
    133133    }
    134134
     135    psFree(view);
    135136    return psRegionAlloc(xMin, xMax, yMin, yMax);
    136137}
     
    587588                    }
    588589                }
     590                psFree(biasPoly);
    589591
    590592                // Add stars
     
    627629                psFree(readout);        // Drop reference
    628630            }
     631            psFree(biasCols);
    629632
    630633
     
    661664    }
    662665
     666    psFree(ra);
     667    psFree(dec);
     668    psFree(mag);
    663669    psFree(rng);
    664670    psFree(view);
Note: See TracChangeset for help on using the changeset viewer.