IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 30, 2013, 4:48:58 PM (13 years ago)
Author:
eugene
Message:

updates from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20130711/ppSkycell/src/ppSkycellData.c

    r24073 r36071  
    1515    psFree(data->imagesName);
    1616    psFree(data->masksName);
     17    psFree(data->wcsrefName);
    1718    psFree(data->outRoot);
    1819    psFree(data->config);
     
    2829    data->imagesName = NULL;
    2930    data->masksName = NULL;
     31    data->wcsrefName = NULL;
    3032    data->outRoot = NULL;
    3133    data->numInputs = 0;
Note: See TracChangeset for help on using the changeset viewer.