IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15457


Ignore:
Timestamp:
Nov 5, 2007, 2:24:50 PM (19 years ago)
Author:
Paul Price
Message:

Plugging memory leaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStack/src/ppStackReadout.c

    r15408 r15457  
    296296        psFree(data->pixels);
    297297        data->pixels = reject;
     298
     299        psFree(solutions);
     300        psFree(regions);
    298301    }
    299302
Note: See TracChangeset for help on using the changeset viewer.