Changeset 18636 for trunk/ppImage/src/ppImagePhotom.c
- Timestamp:
- Jul 20, 2008, 1:41:12 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppImage/src/ppImagePhotom.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppImage/src/ppImagePhotom.c
r16084 r18636 40 40 return false; 41 41 } 42 43 // we want to save the MASK as modified by psphot, but not the data or weight 44 // free the old mask and replace with a memory copy of the new mask 45 pmReadout *oldReadout = pmFPAviewThisReadout (view, input->src); 46 pmReadout *newReadout = pmFPAviewThisReadout (view, input->fpa); 47 psFree (oldReadout->mask); 48 oldReadout->mask = psMemIncrRefCounter (newReadout->mask); 42 49 } 43 50 }
Note:
See TracChangeset
for help on using the changeset viewer.
