IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2005, 5:47:35 PM (20 years ago)
Author:
Paul Price
Message:

Upgrading for psLib-0.9.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/scripts/src/phase2/pmFPA.c

    r5633 r5786  
    7777    fpa->chips = psArrayAlloc(0);
    7878
     79    fpa->phu = NULL;
    7980    fpa->hdu = NULL;
    8081
     
    8990
    9091    psFree(fpa->concepts);
    91     psFree((psPtr)fpa->camera);
     92    psFree(fpa->camera);
    9293    psFree(fpa->chips);
    9394
     95    psFree(fpa->phu);
    9496    psFree(fpa->hdu);
    9597}
Note: See TracChangeset for help on using the changeset viewer.