IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 14, 2022, 2:58:20 PM (4 years ago)
Author:
tdeboer
Message:

changes to fix the fault 4 errors in ppImage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppViz/src/ppCoord/ppCoordData.c

    r42229 r42253  
    1616    psFree(data->rawName);
    1717    psFree(data->pixelsName);
     18    psFree(data->fpaName);
    1819    psFree(data->chipName);
    1920    psFree(data->radecName);
     
    3738    data->rawName = NULL;
    3839    data->pixelsName = NULL;
     40    data->fpaName = NULL;
    3941    data->chipName = NULL;
    4042    data->radecName = NULL;
Note: See TracChangeset for help on using the changeset viewer.