IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20351


Ignore:
Timestamp:
Oct 24, 2008, 9:21:36 AM (18 years ago)
Author:
eugene
Message:

free the temporary fpa when file comes from detDB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20081024/psModules/src/camera/pmFPAfileDefine.c

    r19167 r20351  
    10091009            return NULL;
    10101010        }
     1011
     1012        // XXX A TEST: this is a provisional fpa until we read the first header for this pmFPAfile
     1013        // we are going to replace it when we determine the true file.  blow this away here...
     1014        psFree (file->fpa);
     1015        file->fpa = NULL;
    10111016    }
    10121017
Note: See TracChangeset for help on using the changeset viewer.